Back to Devexpress

BasePopupMenuShowingEventArgs.ScreenPoint Property

windowsforms-devexpress-dot-utils-dot-menu-dot-basepopupmenushowingeventargs-a7d27624.md

latest1.3 KB
Original Source

BasePopupMenuShowingEventArgs.ScreenPoint Property

Gets coordinates of the invoked context menu (top-left corner) relative to the screen.

Namespace : DevExpress.Utils.Menu

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public Point ScreenPoint { get; }
vb
Public ReadOnly Property ScreenPoint As Point

Property Value

TypeDescription
Point

A point that corresponds to the upper-left corner of the invoked menu relative to the screen.

|

See Also

BasePopupMenuShowingEventArgs Class

BasePopupMenuShowingEventArgs Members

DevExpress.Utils.Menu Namespace