HtmlInputGenericControl Constructors

Definitie

Initialiseert een nieuw exemplaar van de HtmlInputGenericControl klasse.

Overloads

Name Description
HtmlInputGenericControl()

Initialiseert een nieuw exemplaar van de HtmlInputGenericControl klasse.

HtmlInputGenericControl(String)

Initialiseert een nieuw exemplaar van de HtmlInputGenericControl klasse op basis van het opgegeven type.

HtmlInputGenericControl()

Initialiseert een nieuw exemplaar van de HtmlInputGenericControl klasse.

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

Van toepassing op

HtmlInputGenericControl(String)

Initialiseert een nieuw exemplaar van de HtmlInputGenericControl klasse op basis van het opgegeven type.

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)

Parameters

type
String

Het type besturingselement.

Van toepassing op