Skip to main content

PopupMenuShowingEventArgs.Location Property

Gets the point at which the popup menu is shown.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public Point Location { get; }

Property Value

Type Description
Point

A Point representing the point at which the menu is shown.

See Also