Vcl.WinXCtrls.TCustomToggleSwitch.AdjustBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustBounds; dynamic;

C++

DYNAMIC void __fastcall AdjustBounds();

Properties

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

Description

Modifies the size of the toggle switch.

AdjustBounds takes into account the size of the toggle switch and the size of the caption text.

See Also