Vcl.Ribbon.TCustomRibbonGroup.GetCaptionHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCaptionHeight: Integer;

C++

int __fastcall GetCaptionHeight();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

GetCaptionHeight returns the caption height of the ribbon group.

GetCaptionHeight is used to determine the caption height of the ribbon group.

See Also