Table of Contents

Method Reset

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Reset()

Restores the form elements' default values. It performs the same action as a reset button.

void Reset()

Exceptions

ObjectDisposedException

The IFormElement has already been disposed.