Back to Devexpress

RibbonControl.AllowKeyTips Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-5f326a45.md

latest1.7 KB
Original Source

RibbonControl.AllowKeyTips Property

Gets or sets whether Key Tips are enabled.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool AllowKeyTips { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowKeyTips As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if Key Tips are enabled; otherwise, false.

|

Remarks

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

See Also

ShowPageKeyTipsMode

Key Tips

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace