ApplicationCommands.CancelPrint プロパティ

定義

印刷中止コマンドを表す値を取得します。

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

プロパティ値

コマンド。

既定値
キー ジェスチャ ジェスチャが定義されていません。
UI テキスト 印刷中止

注釈

このコマンドは、印刷ジョブを取り消す意図を示します。

特定のオブジェクトに対するコマンドの実装は必ずしもありません。多くの場合、コマンドの実装はアプリケーション ライターの責任です。

XAML 属性の使用方法

<object property="CancelPrint"/>>  

適用対象

こちらもご覧ください