TcxControl.MouseDownPos Property
Specifies the mouse pointer position when an OnMouseDown event occurs.
Declaration
property MouseDownPos: TPoint read; write;
Property Value
| Type |
|---|
| TPoint |
Remarks
TcxControl descendants use this property to store an initial mouse pointer position in drag-and-drop operations.
See Also