Back to Devexpress

PopupMenuShowingEventArgs.Menu Property

windowsforms-devexpress-dot-xtraspellchecker-dot-popupmenushowingeventargs.md

latest1.2 KB
Original Source

PopupMenuShowingEventArgs.Menu Property

Gets the control’s context menu.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public DXPopupMenu Menu { get; }
vb
Public ReadOnly Property Menu As DXPopupMenu

Property Value

TypeDescription
DXPopupMenu

An object that represents the context menu.

|

Remarks

The Menu property allows you to add, remove or modify menu items of the context menu.

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraSpellChecker Namespace