HtmlInputGenericControl Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av HtmlInputGenericControl klassen.
Överlagringar
| Name | Description |
|---|---|
| HtmlInputGenericControl() |
Initierar en ny instans av HtmlInputGenericControl klassen. |
| HtmlInputGenericControl(String) |
Initierar en ny instans av HtmlInputGenericControl klassen baserat på den angivna typen. |
HtmlInputGenericControl()
Initierar en ny instans av HtmlInputGenericControl klassen.
public:
HtmlInputGenericControl();
public HtmlInputGenericControl();
Public Sub New ()
Gäller för
HtmlInputGenericControl(String)
Initierar en ny instans av HtmlInputGenericControl klassen baserat på den angivna typen.
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)
Parametrar
- type
- String
Typ av kontroll.