CommandBarsClass.DisplayTooltips Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether tooltips are displayed for command bar controls.
public:
virtual property bool DisplayTooltips { bool get(); void set(bool value); };
public:
virtual property bool DisplayTooltips { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809348)]
public virtual bool DisplayTooltips { [System.Runtime.InteropServices.DispId(1610809348)] get; [System.Runtime.InteropServices.DispId(1610809348)] set; }
[<System.Runtime.InteropServices.DispId(1610809348)>]
[<get: System.Runtime.InteropServices.DispId(1610809348)>]
[<set: System.Runtime.InteropServices.DispId(1610809348)>]
member this.DisplayTooltips : bool with get, set
Public Overridable Property DisplayTooltips As Boolean
Property Value
true
if tooltips are displayed for command bar controls, otherwise false
.
Implements
- Attributes