KeyGesture.DisplayString 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 KeyGesture 的字符串表示形式。
public:
property System::String ^ DisplayString { System::String ^ get(); };
public string DisplayString { get; }
member this.DisplayString : string
Public ReadOnly Property DisplayString As String
属性值
此 KeyGesture 的显示字符串。 默认值是 Empty。
注解
如果未在构造函数中设置显示字符串,则返回空字符串。
如果此属性为空,该方法 GetDisplayStringForCulture 将返回从 Key 和 Modifiers创建的字符串。