Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ShowListBoxImage Property


In This Topic
    ShowListBoxImage Property (GcComboBoxCellType)
    In This Topic
    Gets or sets whether to show the images of the drop-down list.
    Syntax
    'Declaration
     
    
    Public Property ShowListBoxImage As Boolean
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As Boolean
     
    instance.ShowListBoxImage = value
     
    value = instance.ShowListBoxImage
    public bool ShowListBoxImage {get; set;}

    Property Value

    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 ListItem.Image property is not a null reference (Nothing in Visual Basic).
    See Also