HtmlInputGenericControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HtmlInputGenericControl class.
Overloads
HtmlInputGenericControl() |
Initializes a new instance of the HtmlInputGenericControl class. |
HtmlInputGenericControl(String) |
Initializes a new instance of the HtmlInputGenericControl class based on the specified type. |
HtmlInputGenericControl()
Initializes a new instance of the HtmlInputGenericControl class.
public:
HtmlInputGenericControl();
public HtmlInputGenericControl ();
Public Sub New ()
Applies to
HtmlInputGenericControl(String)
Initializes a new instance of the HtmlInputGenericControl class based on the specified type.
public:
HtmlInputGenericControl(System::String ^ type);
public HtmlInputGenericControl (string type);
new System.Web.UI.HtmlControls.HtmlInputGenericControl : string -> System.Web.UI.HtmlControls.HtmlInputGenericControl
Public Sub New (type As String)
Parameters
- type
- String
The type of the control.