TdxNavBarViewInfo.HintImage Method
Returns the background image assigned to the hint.
Declaration
function HintImage: TPicture; virtual;
Returns
Type |
---|
TPicture |
Remarks
This function is used to obtain hint’s background image. This value is specified by the corresponding style. The style can be applied either by the OptionsStyle.CustomStyles.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 HintImage function returns the Image property value of the style assigned.
See Also