ComboBoxEx.ImageList Property | |
The ImageList object containing the images for the items in the ComboBoxEx object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ImageList AS USUAL GET SET
public virtual Usual ImageList { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe ImageList object containing the images for the items in the ComboBoxEx object.
See Also