Back to Devexpress

BarManager.ShowFullMenusAfterDelay Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-70d5a91f.md

latest1.6 KB
Original Source

BarManager.ShowFullMenusAfterDelay Property

Gets or sets a value indicating whether non-recent item links are displayed after a certain period of time.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if non-recent item links are displayed after a certain period of time; otherwise, false.

|

Remarks

When the mouse pointer remains within the item link containing a submenu with hidden non-recent links for at least two seconds, the hidden links become visible.

See Also

ShowFullMenus

MostRecentlyUsed

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace