Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also