Vertragsverwaltung-Klassenbibliothek  

ComboBoxTree.InitializeComponent -Methode

[Visual Basic]
<System.Diagnostics.DebuggerStepThrough()> _ 
Private Sub InitializeComponent()

Quellcode

[Visual Basic]
        <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() 
Me.ComboBox = New ComboBoxTree_ComboBox 
Me.SuspendLayout() 

'ComboBox 

Me.ComboBox.Dock = System.Windows.Forms.DockStyle.Top 
Me.ComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed 
Me.ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList 
Me.ComboBox.ItemHeight = 16 
Me.ComboBox.Location = New System.Drawing.Point(0, 0) 
Me.ComboBox.Name = "ComboBox" 
Me.ComboBox.SelectedItem = Nothing 
Me.ComboBox.Size = New System.Drawing.Size(384, 22) 
Me.ComboBox.TabIndex = 0 

'ComboBoxTree 

Me.BackColor = System.Drawing.SystemColors.Window 
Me.Controls.Add(Me.ComboBox) 
Me.Name = "ComboBoxTree" 
Me.Size = New System.Drawing.Size(384, 72) 
Me.ResumeLayout(False) 
 
End Sub

Forderungen

Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Siehe auch

ComboBoxTree