[]
Represents the ClearCommand command, which requests that GcComboBox to clear all the text.
public static RoutedUICommand ClearCommand { get; }
Public Shared ReadOnly Property ClearCommand As RoutedUICommand
Type | Description |
---|---|
RoutedUICommand | The requested command. Default key gesture is F2. |
This command can only be executed when IsEnabled is true and IsReadOnly is false.
This command is natively supported by GcComboBox and the command parameter is ignored.