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