Click or drag to resize

IFormControlElementIsEnabled Property

Indicates whether form control is enabled or disabled.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool IsEnabled { get; }

Property Value

Type: Boolean
true if the control is enabled, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFormControlElement has already been disposed.
See Also