Click or drag to resize

IInputElementIsText Property

Indicates if this input element is a text field and the type attribute value of the input HTML element is 'number'.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool IsText { get; }

Property Value

Type: Boolean
true when IsTextField returns true and the type attribute value of the input HTML element is 'number'.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IInputElement has already been disposed.
See Also