TdxNavBarCursors Class
In This Article
Contains a set of mouse pointer images, which are displayed over a NavBar control and its elements.
#Declaration
Delphi
TdxNavBarCursors = class(
TdxNavBarPersistent
)
#Remarks
Properties in this class allows you to specify mouse pointer images for the following NavBar elements:
The NavBar control when none of its elements are hot-tracked (Cursor).
Links and group headers during drag and drop operations (DragCursor and DragCopyCursor).
Hot-tracked links and group headers (HotTrackedLinkCursor and HotTrackedGroupCursor).
Each property value represents a mouse pointer index within the list of built-in and custom mouse pointers maintained by the Screen global variable (see the TCursor type description for details).
The TdxNavBarCursors object is referenced by the NavBar control’s Cursors property.
#Inheritance
TObject
TPersistent
TdxNavBarPersistent
TdxNavBarCursors
See Also