'Declaration Public Shared ReadOnly Property ClearCommand As RoutedUICommand
'Usage Dim value As RoutedUICommand value = GcComboBox.ClearCommand
public static RoutedUICommand ClearCommand {get;}
'Declaration Public Shared ReadOnly Property ClearCommand As RoutedUICommand
'Usage Dim value As RoutedUICommand value = GcComboBox.ClearCommand
public static RoutedUICommand ClearCommand {get;}
This command can only be executed when System.Windows.UIElement.IsEnabled is true and IsReadOnly is false.
This command is natively supported by GcComboBox and the command parameter is ignored.