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