Skip to main content

TdxNavBarCursors Class

Contains a set of mouse pointer images, which are displayed over a NavBar control and its elements.

Declaration

TdxNavBarCursors = class(
    TdxNavBarPersistent
)

Remarks

Properties in this class allows you to specify mouse pointer images for the following NavBar elements:

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

See Also