Skip to main content

TdxNavBarViewInfo.HintAlphaBlend Method

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

Declaration

function HintAlphaBlend: Byte; virtual;

Returns

Type
Byte

Remarks

This function is used to obtain the starting 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 HintAlphaBlend function returns the AlphaBlending property value of the style assigned.

See Also