IFormElement.Reset Method |
Restores the form elements' default values. It performs the same action as a reset button.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
Syntax
ExceptionsException | Condition |
---|
ObjectDisposedException | The IFormElement has already been disposed. |
See Also