Vertragsverwaltung-Klassenbibliothek  

ComboBoxTree.ImageList -Eigenschaft

[Visual Basic]
<Category("Behavior") _
       )> _ 
Public Property ImageList() As ImageList

Quellcode

[Visual Basic]
        > Public Property ImageList() As ImageList 
Get 
Return Me.ComboBox.TreeView.ImageList 
End Get 
Set(ByVal Value As ImageList) 
Me.ComboBox.TreeView.ImageList = Value 
End Set 
End Property

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