Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / IsSelectionBoxHighlighted Property


In This Topic
    IsSelectionBoxHighlighted Property
    In This Topic
    Gets a value that indicates whether highlight the selected items. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSelectionBoxHighlighted As Boolean
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Boolean
     
    value = instance.IsSelectionBoxHighlighted
    public bool IsSelectionBoxHighlighted {get;}
    See Also