RibbonMenuItem.KeyTip 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置控件的键盘快捷键。
public:
property System::String ^ KeyTip { System::String ^ get(); void set(System::String ^ value); };
public string KeyTip { get; set; }
member this.KeyTip : string with get, set
Public Property KeyTip As String
属性值
控件的键盘快捷键。 已注册的默认值为 null
。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)。
注解
键提示必须是 1 到 3 个大写字符,并且不得包含空格、制表符或换行符。
键提示有时称为访问键或快捷键,用作激活控件的快捷键组合。 按 Alt 键时, Ribbon 键提示会显示在 上。
依赖项属性信息
标识符字段 | KeyTipProperty |
元数据属性设置为 true |
无 |