CommandBarsClass.DisplayKeysInTooltips 属性

定义

确定密钥绑定是否显示在工具提示中。

public:
 virtual property bool DisplayKeysInTooltips { bool get(); void set(bool value); };
public:
 virtual property bool DisplayKeysInTooltips { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809350)]
public virtual bool DisplayKeysInTooltips { [System.Runtime.InteropServices.DispId(1610809350)] get; [System.Runtime.InteropServices.DispId(1610809350)] set; }
[<System.Runtime.InteropServices.DispId(1610809350)>]
[<get: System.Runtime.InteropServices.DispId(1610809350)>]
[<set: System.Runtime.InteropServices.DispId(1610809350)>]
member this.DisplayKeysInTooltips : bool with get, set
Public Overridable Property DisplayKeysInTooltips As Boolean

属性值

Boolean

true 如果键绑定显示在工具提示中,则为; 否则为 false

实现

属性

适用于