StickyNoteControl.InkCommand Field

Definition

Represents a command whose Execute(Object, IInputElement) method will switch the cursor in an ink sticky note to one of several possible modes, including draw and erase.

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

Field Value

Remarks

When used, the InkCommand takes a parameter of type InkCanvasEditingMode. The command's Execute method will put the cursor in the mode specified by the parameter.

Applies to