Table of Contents

Property IsRadioButton

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

IsRadioButton

Indicates whether the DOM element's type attribute has the 'radio' value.

bool IsRadioButton { get; }

Property Value

bool

true if the DOM element's type attribute has the 'radio' value.

Exceptions

ObjectDisposedException

The IInputElement has already been disposed.