ClassRadTextBox
The HtmlControl wrapper for RadTextBox.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadTextBox : RadInput
Inheritance: objectControlHtmlControlHtmlContainerControlRadInputRadTextBox
Inherited Members
Constructors
RadTextBox()
Declaration
public RadTextBox()
Properties
IsInPasswordMode
Return whether the TextBox is in password mode.
Declaration
public bool IsInPasswordMode { get; set; }
Property Value
True, if the TextBox is in password mode, otherwise 'false'.
IsMultiline
Get whether the text box is in multi-line mode.
LabelMessage
Return the TextBox label message.
Declaration
public string LabelMessage { get; set; }
Property Value
The TextBox label message if its built-in label is enabled, 'null' otherwise.
ShowButton
Return whether the TextBox built-in button is enabled.
Declaration
public bool ShowButton { get; }
Property Value
True, if the TextBox built-in button is enabled, 'false' otherwise.
StrengthIndicator
Get the Span element for the password strength indicator part, when the control is in password mode.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ButtonClick()
TextBox built-in button click. Throws exception if the button is not enabled.
Declaration
public void ButtonClick()