Sdílet prostřednictvím


HtmlInputGenericControl Konstruktory

Definice

Inicializuje novou instanci HtmlInputGenericControl třídy.

Přetížení

HtmlInputGenericControl()

Inicializuje novou instanci HtmlInputGenericControl třídy.

HtmlInputGenericControl(String)

Inicializuje novou instanci HtmlInputGenericControl třídy založenou na zadaném typu.

HtmlInputGenericControl()

Inicializuje novou instanci HtmlInputGenericControl třídy.

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

Platí pro

HtmlInputGenericControl(String)

Inicializuje novou instanci HtmlInputGenericControl třídy založenou na zadaném typu.

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)

Parametry

type
String

Typ ovládacího prvku

Platí pro