_CommandBarButton.ShortcutText 属性

定义

返回或设置在菜单、子菜单或快捷菜单上显示按钮控件旁边的快捷键文本。

public:
 property System::String ^ ShortcutText { System::String ^ get(); void set(System::String ^ value); };
public string ShortcutText { get; set; }
member this.ShortcutText : string with get, set
Public Property ShortcutText As String

属性值

注解

只能为包含 OnAction 宏的命令栏按钮设置此属性。

适用于