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


In This Topic
    SwitchDropDownCommand Property (GcComboBox)
    In This Topic
    Represents the SwitchDropDownCommand command, which switched the drop down window between open and closed.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property SwitchDropDownCommand As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = GcComboBox.SwitchDropDownCommand
    public static RoutedUICommand SwitchDropDownCommand {get;}
    Remarks
    SwitchDropDownCommand is used to switch dropdown status. The default key gestures are ALT+UP, ALT+DOWN and F4.
    See Also