Partager via


HtmlInputGenericControl Constructeurs

Définition

Initialise une nouvelle instance de la classe HtmlInputGenericControl.

Surcharges

HtmlInputGenericControl()

Initialise une nouvelle instance de la classe HtmlInputGenericControl.

HtmlInputGenericControl(String)

Initialise une nouvelle instance de la classe HtmlInputGenericControl en fonction du type spécifié.

HtmlInputGenericControl()

Initialise une nouvelle instance de la classe HtmlInputGenericControl.

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

S’applique à

HtmlInputGenericControl(String)

Initialise une nouvelle instance de la classe HtmlInputGenericControl en fonction du type spécifié.

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ètres

type
String

Type du contrôle.

S’applique à