TdxNavBarCursors.HotTrackedLinkCursor Property
Specifies the mouse pointer displayed over hot-tracked NavBar links.
Declaration
property HotTrackedLinkCursor: TCursor read; write; default dxNavBarLinksCursor;
Property Value
Type |
---|
TCursor |
Remarks
The image below shows the mouse pointer when a link is hot-tracked.
The default value of the HotTrackedLinkCursor property is specified by the dxNavBarLinksCursor global constant.
See Also