Table of Contents

Property IsEnabled

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

IsEnabled

Indicates whether form control is enabled or disabled.

bool IsEnabled { get; }

Property Value

bool

true if the control is enabled, false otherwise.

Exceptions

ObjectDisposedException

The IFormControlElement has already been disposed.