IInputElementIsCheckBox Property |
Indicates whether the DOM element's type attribute has the 'checkbox' value.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax Property Value
Type:
Booleantrue if the DOM element's type attribute has the 'checkbox' value. When the
return value is true, the checked state of the DOM element can be retrieved or changed via the
Checked property.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IInputElement has already been disposed. |
See Also