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