TdxCustomNavBar.DragCopyCursor Property
In This Article
Specifies the mouse pointer displayed when dragging a link while holding down the CTRL key.
#Declaration
Delphi
property DragCopyCursor: TCursor read; write;
#Property Value
Type |
---|
TCursor |
#Remarks
This property is obsolete and used for compatibility purposes. Use the Cursors.DragCopyCursor property instead.
See Also