TcxControl.MouseDownPos Property
In This Article
Specifies the mouse pointer position when an OnMouseDown event occurs.
#Declaration
Delphi
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