Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Point PtClient { get; }

Property Value

Type Description
Point

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

See Also