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; }
Public Overrides Property Text As String
Get
Set
Property Value
Type:
StringThe text displayed in the TextBox control. The default is an empty string ("").
Implements
ITextControlTextRemarks Note that this control will return NULL instead of an empty string if the string is full of marker characters.
See Also