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; }
<BrowsableAttribute(false)>
Public ReadOnly Property TextMode As TextBoxMode
Get
Property Value
Type:
TextBoxModeOne of the TextBoxMode enumeration values. The default value is SingleLine.
See Also