Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.GetBarHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBarHeight: Integer; override;

C++

virtual int __fastcall GetBarHeight();

Properties

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

Description

Returns the height of the Quick Access Toolbar. For the Quick Access Toolbar, the GetBarHeight method returns 24.

See Also