Skip to main content

TdxNavBarViewInfo.HintAlphaBlend2 Method

Returns the ending alpha component of the hint’s background.

Declaration

function HintAlphaBlend2: Byte; virtual;

Returns

Type
Byte

Remarks

This function is used to obtain the ending alpha blending value of the hint’s background color. 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 HintAlphaBlend2 function returns the AlphaBlending2 property value of the style assigned.

See Also