Skip to main content

TdxNavBarCursors.DragCopyCursor Property

Specifies the mouse pointer displayed when dragging a link while holding down the CTRL key.

Declaration

property DragCopyCursor: TCursor read; write; default dxNavBarDragCopyCursor;

Property Value

Type
TCursor

Remarks

The NavBar control allows end-users to perform drag & drop operations on groups, and links to change the order of groups and links, move links between groups and copy links.

To create a copy of a link, end-users must hold the CTRL key down while dragging. Use the DragCopyCursor property to specify the mouse pointer displayed during this operation. To specify the mouse pointer displayed during ordinary drag & drop operations, use the DragCursor property.

The default value of the DragCopyCursor property is specified by the dxNavBarDragCopyCursor global constant.

See Also