HtmlInputGenericControl Konstruktorer

Definition

Initierar en ny instans av HtmlInputGenericControl klassen.

Överlagringar

Name Description
HtmlInputGenericControl()

Initierar en ny instans av HtmlInputGenericControl klassen.

HtmlInputGenericControl(String)

Initierar en ny instans av HtmlInputGenericControl klassen baserat på den angivna typen.

HtmlInputGenericControl()

Initierar en ny instans av HtmlInputGenericControl klassen.

public:
 HtmlInputGenericControl();
public HtmlInputGenericControl();
Public Sub New ()

Gäller för

HtmlInputGenericControl(String)

Initierar en ny instans av HtmlInputGenericControl klassen baserat på den angivna typen.

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)

Parametrar

type
String

Typ av kontroll.

Gäller för