Skip to main content
A newer version of this page is available. .

TdxNavBarCustomDrawEvents Class

Stores the NavBar control’s custom draw events.

Declaration

TdxNavBarCustomDrawEvents = class(
    TdxNavBarPersistent
)

Remarks

This class provides the following events that allow you to custom draw:

The NavBar control’s OnCustomDraw property references a TdxNavBarCustomDrawEvents object.

Inheritance

TObject
TPersistent
TdxNavBarPersistent
TdxNavBarCustomDrawEvents
See Also