ApplicationCommands.CancelPrint Property

Definition

Gets the value that represents the Cancel Print command.

public:
 static property System::Windows::Input::RoutedUICommand ^ CancelPrint { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand CancelPrint { get; }
member this.CancelPrint : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property CancelPrint As RoutedUICommand

Property Value

RoutedUICommand

The command.

Default Values
Key Gesture No gesture defined.
UI Text Cancel Print

Remarks

This command indicates intention to cancel a print job.

There is not necessarily an implementation for the command on any given object; in many cases the implementation for the command is the responsibility of the application writer.

XAML Attribute Usage

<object property="CancelPrint"/>>  

Applies to

See also