Back to Devexpress

BarManager.OpenSubMenuOnHover Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-d4e4f923.md

latest1.3 KB
Original Source

BarManager.OpenSubMenuOnHover Property

Gets or sets whether sub-menus are automatically opened when hovered over with the mouse pointer.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool OpenSubMenuOnHover { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Property OpenSubMenuOnHover As Boolean

Property Value

TypeDescription
Boolean

true if sub-menus are automatically opened when hovered over with the mouse pointer; otherwise, false.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace