Click or drag to resize

IFormElementReset 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.16.0
Syntax
C#
void Reset()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFormElement has already been disposed.
See Also