Property IsCheckBox
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
IsCheckBox
Indicates whether the DOM element's type attribute has the 'checkbox' value.
bool IsCheckBox { get; }
Property Value
- bool
true
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
- ObjectDisposedException
The IInputElement has already been disposed.