Back to Devexpress

TdxCustomNavBar.TargetPoint Property

vcl-dxnavbar-dot-tdxcustomnavbar-c9058519.md

latest824 B
Original Source

TdxCustomNavBar.TargetPoint Property

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

Declaration

delphi
property TargetPoint: TPoint read;

Property Value

Type
TPoint

Remarks

The value of the TargetPoint property is changed each time the mouse pointer moves. When dragging an object, this property can be used determine the coordinates where the object is about to be dropped. Note that coordinates returned by the TargetPoint property are set relatively to the top-left corner of the control.

See Also

TdxCustomNavBar Class

TdxCustomNavBar Members

dxNavBar Unit