HtmlInputGenericControl Konstruktorok

Definíció

Inicializálja a HtmlInputGenericControl osztály új példányát.

Túlterhelések

Name Description
HtmlInputGenericControl()

Inicializálja a HtmlInputGenericControl osztály új példányát.

HtmlInputGenericControl(String)

Inicializálja az HtmlInputGenericControl osztály új példányát a megadott típus alapján.

HtmlInputGenericControl()

Inicializálja a HtmlInputGenericControl osztály új példányát.

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

A következőre érvényes:

HtmlInputGenericControl(String)

Inicializálja az HtmlInputGenericControl osztály új példányát a megadott típus alapján.

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)

Paraméterek

type
String

A vezérlő típusa.

A következőre érvényes: