Back to Devexpress

PopupMenu.Opened Property

windowsforms-devexpress-dot-xtrabars-dot-popupmenu-8b4d6d04.md

latest1.3 KB
Original Source

PopupMenu.Opened Property

Indicates that the popup menu is open.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool Opened { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Opened As Boolean

Property Value

TypeDescription
Boolean

true if the popup menu is open; otherwise, false.

|

Remarks

The Opened property returns a Boolean value specifying whether the popup menu is open.

To invoke the menu manually, you can call the PopupMenu.ShowPopup method.

See Also

ShowPopup

PopupMenu Class

PopupMenu Members

DevExpress.XtraBars Namespace