System.Web.UI.HtmlControls Namespace HtmlInputText Class
Initializes a new instance of an HtmlInputText class using default values.
[ VB ]
Overloads Public Sub New ( )
[ C# ]
public HtmlInputText ( );
[ C++ ]
public: HtmlInputText ( );
[ JScript ]
public function HtmlInputText ( );
Use this constructor to create and initialize a new instance of the HtmlInputText class using default values.
This constructor creates a text type text box control.
The below code shows how to create a new instance of an HtmlInputText class using default values.
HtmlInputText myControl = new HtmlInputText ( );
Dim myControl As New HtmlInputText ( ) |
|
C# |
VB |
HtmlInputText Members HtmlInputText Constructor Overload List