IInputElementIsRadioButton Property |
Indicates whether the DOM element's type attribute has the 'radio' value.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.8
Syntaxbool IsRadioButton { get; }Property Value
Type:
Booleantrue if the DOM element's type attribute has the 'radio' value.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | The IInputElement has already been disposed. |
See Also