Vcl.Ribbon.TCustomRibbonGroup.SetAutoSizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAutoSizing(const Value: Boolean); override;

C++

virtual void __fastcall SetAutoSizing(const bool Value);

Properties

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

Description

Sets the AutoSize property to True.

SetAutoSizing is used to set the AutoSize property of the ribbon group to a True value.

See Also