[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ShowListBoxImage

ShowListBoxImage Property

ShowListBoxImage

Gets or sets whether to show the images of the drop-down list.

Declaration
[Browsable(true)]
public bool ShowListBoxImage { get; set; }
<Browsable(True)>
Public Property ShowListBoxImage As Boolean
Property Value
Type Description
bool

A bool value, true to show images; otherwise, false .
The default is false.

Remarks

An image is shown if this property is true and the Image property is not null.

See Also
ImageWidth
ImageAlign