Skip to main content

TdxNavBarViewInfo.GetGroupCaptionHeightAddon Method

Specifies the increment which is used to calculate group caption height.

Declaration

function GetGroupCaptionHeightAddon: Integer; virtual;

Returns

Type
Integer

Remarks

This class function is used to calculate group caption height and represents an increment which is added to the height of the current font used by the group caption. Thus, the height of the group caption is calculated in the following manner: font height is added to the value returned by the function.

See Also