Back to Devexpress

SpellChecker.PopupMenuShowing Event

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker.md

latest1.6 KB
Original Source

SpellChecker.PopupMenuShowing Event

Occurs before a context menu is shown.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public event PopupMenuShowingEventHandler PopupMenuShowing
vb
Public Event PopupMenuShowing As PopupMenuShowingEventHandler

Event Data

The PopupMenuShowing event's data class is PopupMenuShowingEventArgs. The following properties provide information specific to this event:

PropertyDescription
LocationGets the point at which the popup menu is shown.
MenuGets the control’s context menu.

Remarks

The PopupMenuShowing event enables you to perform a custom action when a popup menu is shown, modify it or not display it.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace