Vcl.RibbonActnCtrls.TRibbonRichContentItem.GetItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemHeight: Integer;

C++

int __fastcall GetItemHeight();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonRichContentItem

Description

Returns the height of a RibbonRichContentItem.

GetItemHeight returns the height of a RibbonRichContentItem. If the height cannot be calculated, for example because MenuProperties is null, the method returns 0.

See Also