HtmlInputGenericControl Constructors

Definition

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.

Applies to