Skip to main content

TdxNavBarViewInfo.HintBackColor2 Method

Returns the ending background color of the hint.

Declaration

function HintBackColor2: TColor; virtual;

Returns

Type
TColor

Remarks

This function is used to obtain the ending 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 HintBackColor2 function returns the BackColor2 property value of the style assigned.

See Also