Share via


TextBoxControlBuilder Class

Provides parsing support for TextBox controls.

public class System.Web.UI.MobileControls.TextBoxControlBuilder :
   MobileControlBuilder

Remarks

This class object is internally created and used by the page parser when parsing a <mobile:TextBox> element. The TextBoxControlBuilder class parses the literal child text of the TextBox control to add it as the Text property when the page is being parsed.

Requirements

Namespace: System.Mobile.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

TextBox