This documentation is archived and is not being maintained.
TextBoxControlBuilder Class
.NET Framework 1.1
Interacts with the parser to build a TextBox control.
For a list of all members of this type, see TextBoxControlBuilder Members.
System.Object
System.Web.UI.ControlBuilder
System.Web.UI.WebControls.TextBoxControlBuilder
[Visual Basic] Public Class TextBoxControlBuilder Inherits ControlBuilder [C#] public class TextBoxControlBuilder : ControlBuilder [C++] public __gc class TextBoxControlBuilder : public ControlBuilder [JScript] public class TextBoxControlBuilder extends ControlBuilder
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Notes to Inheritors: To create a custom control builder for a TextBox derived control, you need to inherit from this class.
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
TextBoxControlBuilder Members | System.Web.UI.WebControls Namespace
Show: