MruListBox.DoNothingCommand Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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