ApplicationCommands.Print プロパティ

定義

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

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

プロパティ値

コマンド。

既定値
キー ジェスチャ Ctrl + P
UI テキスト 印刷

注釈

このコマンドは、現在の項目を印刷する意図を示します。

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

XAML 属性の使用方法

<object property="Print"/>  

適用対象

こちらもご覧ください