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


In This Topic
    ShowListBoxImage Property (GcComboBox)
    In This Topic
    Gets or sets a bool value indicates whether show the images of the dropdown list.
    Syntax
    'Declaration
     
    
    Public Property ShowListBoxImage As Boolean
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.ShowListBoxImage = value
     
    value = instance.ShowListBoxImage
    public bool ShowListBoxImage {get; set;}

    Property Value

    A bool value, true if the show images, otherwise, false .
    The default is false.
    Remarks
    An image will be shown if this property is true and the ListItem.Image property is not a null reference (Nothing in Visual Basic).
    See Also