IInputElementIsFile Property  | 
 
                Indicates whether the DOM element's type attribute has the 'file' value.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.12.0
SyntaxProperty Value
Type: 
Booleantrue if the DOM element's type attribute has the 'file' value.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IInputElement has already been disposed. | 
See Also