Skip to main content

TdxNavBarViewInfo.BgBackColor Method

Returns the starting background color of the control.

Declaration

function BgBackColor: TColor; virtual;

Returns

Type
TColor

Remarks

Call this function to obtain the starting background color applied to the control. This value is specified by the control’s background style. The style is set via the OptionsStyle.DefaultStyles.Background default style. These settings, in turn, can be overridden by assigning a custom style to the OptionsStyle.CustomStyles.Background property of the NavBar control. The BgBackColor function returns the BackColor property value of the style assigned.

The BgBackColor function can be used when handling the OnCustomDraw.Background event. It is useful if you don’t want to use custom colors of the control’s background.

See Also