HtmlInputGenericControl Konstruktory

Definice

Inicializuje novou instanci HtmlInputGenericControl třídy.

Přetížení

Name Description
HtmlInputGenericControl()

Inicializuje novou instanci HtmlInputGenericControl třídy.

HtmlInputGenericControl(String)

Inicializuje novou instanci HtmlInputGenericControl třídy na základě zadaného 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 na základě zadaného 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