Property IsTextField
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
IsTextField
Indicates if the DOM element's type attribute has the 'text'
value.
bool IsTextField { get; }
Property Value
- bool
true
if the DOM element's type attribute has the 'text' value.
Exceptions
- ObjectDisposedException
The IInputElement has already been disposed.