TdxNavBarImageOptions Class
Contains image lists of icons for items and groups.
Declaration
TdxNavBarImageOptions = class(
TdxNavBarNexusPersistent
)
Remarks
This class provides the following members that allow you to specify image lists for items and groups in:
The normal state (LargeImages and SmallImages).
The disabled state (DisabledLargeImages and DisabledSmallImages).
The hot-tracked state (HotLargeImages and HotSmallImages).
The NavBar control’s OptionsImage property references a TdxBarImageOptions object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxNavBarNexusPersistent
TdxNavBarImageOptions
See Also