MruListBox.DoNothingCommand Field

Definition

Do nothing routed command We bind to this command handler when we need to eat a UI gesture (ex. LeftDoubleClick)

public: static initonly System::Windows::Input::RoutedCommand ^ DoNothingCommand;
public static readonly System.Windows.Input.RoutedCommand DoNothingCommand;
 staticval mutable DoNothingCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly DoNothingCommand As RoutedCommand 

Field Value

Applies to