Back to Devexpress

TdxNavBarViewInfo Class

vcl-dxnavbar-015ac331.md

latest1.5 KB
Original Source

TdxNavBarViewInfo Class

Contains ViewInfo information related to the NavBar control.

Declaration

delphi
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

TObject TdxNavBarCustomViewInfo TdxNavBarViewInfo

See Also

TdxNavBarGroupViewInfo

TdxNavBarLinkViewInfo

TdxNavBarViewInfo Members

dxNavBar Unit