IInputElementIsText Property |
Indicates if this input element is a text field and
the type attribute value of the input HTML element is 'number'.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax Property Value
Type:
Booleantrue when
IsTextField returns true and
the type attribute value of the input HTML element is 'number'.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IInputElement has already been disposed. |
See Also