Property IsText
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
IsText
Indicates if this input element is a text field and the type attribute value of the input HTML element is 'number'.
bool IsText { get; }
Property Value
- bool
true
when IsTextField returns true and the type attribute value of the input HTML element is 'number'.
Exceptions
- ObjectDisposedException
The IInputElement has already been disposed.