Click or drag to resize

PasswordTextMode Property

Gets or sets the behavior mode (single-line, multiline, or password) of the TextBox control.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[BrowsableAttribute(false)]
public TextBoxMode TextMode { get; }

Property Value

Type: TextBoxMode
One of the TextBoxMode enumeration values. The default value is SingleLine.
See Also