Back to Devexpress

SizingEventArgs.PtClient Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-sizingeventargs-0bb7b699.md

latest1.3 KB
Original Source

SizingEventArgs.PtClient Property

Gets the mouse pointer’s coordinates relative to the top-left corner of the control.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Point

A Point structure which specifies the current coordinates of the mouse pointer, in client coordinates.

|

See Also

GetHitInfo(Point)

SizingEventArgs Class

SizingEventArgs Members

DevExpress.XtraBars.Docking Namespace