Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DoUpdateQATWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateQATWidth;

C++

void __fastcall DoUpdateQATWidth();

Properties

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

Description

Sizes the Quick Access Toolbar to the correct width when an action is dropped on it at design time.

DoUpdateQATWidth is called automatically to resize the Quick Access Toolbar to the correct width when an action is dropped on it at design time.

See Also