Back to Devexpress

TdxNavBarCursors Class

vcl-dxnavbar-fd761585.md

latest1.7 KB
Original Source

TdxNavBarCursors Class

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:

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

TdxNavBarCursors Members

dxNavBar Unit