Vcl.RibbonActnCtrls.TRibbonRichContentItem.CanCalculateHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanCalculateHeight: Boolean; inline;

C++

bool __fastcall CanCalculateHeight();

Properties

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

Description

Specifies whether the height of the control can be calculated.

CanCalculateHeight specifies whether the height of the control can be calculated based on MenuProperties. CanCalculateHeight returns True if the height can be calculated and False, otherwise.

See Also