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

TdxNavBarViewInfo Class

Contains ViewInfo information related to the NavBar control.

Declaration

TdxNavBarViewInfo = class(
    TdxNavBarCustomViewInfo
)

Remarks

The TdxNavBarViewInfo object is passed as the parameter to the OnCustomDraw.Background, OnCustomDraw.BottomScrollButton, OnCustomDraw.TopScrollButton, OnCalcGroupHintRect and OnCalcLinkHintRect events. This object enables you to obtain specific settings applied to the control background, scroll buttons and hints.

Use the properties of the TdxNavBarViewInfo object to determine the bounding rectangles and states of the elements processed by aforementioned events. This object’s methods enable you to obtain style settings of these elements.

Inheritance

See Also