ApplicationCommands.Print 屬性

定義

取得代表 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 Attribute Usage

<object property="Print"/>  

適用於

另請參閱