Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ImageList Property


In This Topic
ImageList Property (FpCombo)
In This Topic
Gets or sets the image list in a combo box.
Syntax
'Declaration
 
Public Property ImageList As ImageList
 
'Usage
 
Dim instance As FpCombo
Dim value As ImageList
 
instance.ImageList = value
 
value = instance.ImageList
See Also