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 属性用法

<object property="Print"/>

适用于

另请参阅