Skip to main content

TdxNavBarViewInfo.HintBackColor Method

Returns the starting background color of the hint.

Declaration

function HintBackColor: TColor; virtual;

Returns

Type
TColor

Remarks

This function is used to obtain the starting background color applied to the hint. This value is specified by the corresponding style. The style can be applied either by the OptionsStyle.DefaultStyles.Hint default style or by assigning a custom style to the OptionsStyle.CustomStyles.Hint property of the NavBar control. The custom style settings are more priority. The HintBackColor function returns the BackColor property value of the style assigned.

See Also