TdxNavBarGroupViewInfo.GetCaptionHeight Method
Returns the height of the group header.
Declaration
function GetCaptionHeight: Integer; virtual;
Returns
Type |
---|
Integer |
Remarks
Use the GetCaptionHeight function to determine height of the group header. You can also use the CaptionRect property to obtain the bounding rectangle of the group header.
See Also