Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.UpdateQATWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateQATWidth; virtual;

C++

virtual void __fastcall UpdateQATWidth();

Properties

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

Description

Updates the Quick Access Toolbar's width.

UpdateQATWidth is used to recalculate the width of the Quick Access Toolbar.

See Also