Spread Windows Forms 12.0 Product Documentation
ImageList Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : ImageList Property
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
public ImageList ImageList {get; set;}

Property Value

ImageList object containing the list of images
See Also

Reference

FpCombo Class
FpCombo Members