Vcl.WinXCtrls.TCustomToggleSwitch.SetAutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAutoSize(Value: Boolean); override;

C++

virtual void __fastcall SetAutoSize(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomToggleSwitch

Description

Setter for the AutoSize property.

See Also