The LocalizedTextBox type exposes the following members.

Constructors

  NameDescription
LocalizedTextBox
Initializes a new instance of the LocalizedTextBox class

Methods

  NameDescription
CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Overrides Control..::.CreateChildControls()()().)
Render
Renders the TextBox control to the specified HtmlTextWriter object.
(Overrides TextBox..::.Render(HtmlTextWriter).)

Properties

  NameDescription
CultureExpected
Gets the culture that the TextBox is expecting the user to enter the text in.
FullText
Gets or sets the full text that this LocalizedTextBox is managing.
HintCssClass
Gets or sets the CSS class to use for the 'Hint' portion of the control.

See Also