TdxNavBarOffice11NavPaneViewInfo Class
Contains ViewInfo information for the NavBar control when a Navigation Pane View is applied.
Declaration
TdxNavBarOffice11NavPaneViewInfo = class(
TdxNavBarNavigationPaneViewInfo
)
Remarks
Navigation Pane Views introduce unique visual elements such as the splitter, header section and overflow panel. Thus, the TdxNavBarOffice11NavPaneViewInfo
class derives from the TdxNavBarViewInfo class to provide information about the position and appearance of these elements. You will need this information when handling the OnCustomDraw.NavigationPaneHeader, OnCustomDraw.NavigationPaneSplitter and OnCustomDraw.NavigationPaneOverflowPanel events to determine the layout and style of the Navigation Pane’s elements. All the events mentioned get a TdxNavBarOffice11NavPaneViewInfo
class instance as a parameter.
Inheritance
See Also