ToolStripComboBox 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 ToolStripComboBox klassen.
Överlagringar
| Name | Description |
|---|---|
| ToolStripComboBox() |
Initierar en ny instans av ToolStripComboBox klassen. |
| ToolStripComboBox(String) |
Initierar en ny instans av ToolStripComboBox klassen med det angivna namnet. |
| ToolStripComboBox(Control) |
Initierar en ny instans av ToolStripComboBox klassen som härletts från en baskontroll. |
ToolStripComboBox()
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
Initierar en ny instans av ToolStripComboBox klassen.
public:
ToolStripComboBox();
public ToolStripComboBox();
Public Sub New ()
Gäller för
ToolStripComboBox(String)
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
Initierar en ny instans av ToolStripComboBox klassen med det angivna namnet.
public:
ToolStripComboBox(System::String ^ name);
public ToolStripComboBox(string name);
public ToolStripComboBox(string? name);
new System.Windows.Forms.ToolStripComboBox : string -> System.Windows.Forms.ToolStripComboBox
Public Sub New (name As String)
Parametrar
- name
- String
Namnet på ToolStripComboBox.
Gäller för
ToolStripComboBox(Control)
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
- Källa:
- ToolStripComboBox.cs
Initierar en ny instans av ToolStripComboBox klassen som härletts från en baskontroll.
public:
ToolStripComboBox(System::Windows::Forms::Control ^ c);
public ToolStripComboBox(System.Windows.Forms.Control c);
new System.Windows.Forms.ToolStripComboBox : System.Windows.Forms.Control -> System.Windows.Forms.ToolStripComboBox
Public Sub New (c As Control)
Parametrar
- c
- Control
Baskontrollen.
Undantag
Åtgärden stöds inte.