Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.GetBarWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBarWidth: Integer; override;

C++

virtual int __fastcall GetBarWidth();

Properties

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

Description

Returns the width of the Quick Access Toolbar.

For the Quick Access Toolbar, the GetBarWidth method will increase its width every time an action is added. If it has no action, then the default width is 22.

See Also