Back to Devexpress

RibbonControl.ShowPageKeyTipsMode Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-d9398a22.md

latest2.1 KB
Original Source

RibbonControl.ShowPageKeyTipsMode Property

Gets or sets whether to display key tips for ribbon pages.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ShowPageKeyTipsMode.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public ShowPageKeyTipsMode ShowPageKeyTipsMode { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(ShowPageKeyTipsMode.Default)>
<XtraSerializableProperty>
Public Property ShowPageKeyTipsMode As ShowPageKeyTipsMode

Property Value

TypeDefaultDescription
ShowPageKeyTipsModeDefault

Specifies how to display key tips for ribbon pages.

|

Available values:

NameDescription
Default

Similar to Show.

| | Hide |

Hides key tips for all pages.

| | Show |

Displays key tips for all visible pages and for the selected page even if it is hidden.

| | ShowOnMultiplePages |

Displays key tips only if multiple pages are visible.

|

Remarks

Refer to the following help topic for more information: Key Tips.

See Also

AllowKeyTips

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace