TdxNavBarCustomStyles Class
Contains custom styles for NavBar elements.
Declaration
TdxNavBarCustomStyles = class(
TdxNavBarBaseCustomStyles
)
Remarks
The TdxNavBarCustomStyles class extends its ancestor class with style options for the following NavBar elements:
client area background (Background);
scroll buttons in the normal, hot-tracked, and pressed states (Button, ButtonHotTracked, and ButtonPressed);
group header under the group being dragged (DropTargetGroup);
drop line indicating a new position of the item link being dragged (DropTargetLink);
Navigation Pane’s header section and splitter (NavigationPaneHeader).
The TdxNavBarCustomStyles object is referenced by the NavBar control’s OptionsStyle.CustomStyles property.
Inheritance
See Also