Vcl.Ribbon.TCustomRibbonGroup.GetGroupHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGroupHeight: Integer;

C++

int __fastcall GetGroupHeight();

Properties

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

Description

The GetGroupHeight method returns the height of the ribbon group.

GetGroupHeight is used to determine the height of the ribbon group.

See Also