Click or drag to resize

PasswordText Property

Gets or sets the text content of the TextBox control.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override string Text { get; set; }

Property Value

Type: String
The text displayed in the TextBox control. The default is an empty string ("").

Implements

ITextControlText
Remarks
Note that this control will return NULL instead of an empty string if the string is full of marker characters.
See Also