Back to Devexpress

BasePopupMenuShowingEventArgs.Point Property

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

latest1.3 KB
Original Source

BasePopupMenuShowingEventArgs.Point Property

Gets or sets coordinates of the invoked context menu (top-left corner) relative to the parent control.

Namespace : DevExpress.Utils.Menu

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public Point Point { get; set; }
vb
Public Property Point As Point

Property Value

TypeDescription
Point

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

|

See Also

BasePopupMenuShowingEventArgs Class

BasePopupMenuShowingEventArgs Members

DevExpress.Utils.Menu Namespace