Vcl.ExtCtrls.TCustomControlBar.StickControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StickControls; virtual;

C++

virtual void __fastcall StickControls();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Places controls in their final positions after a control is moved in or dropped on the control bar.

Override StickControls to specify how controls are set in their final positions after a control is moved in or dropped on the control bar.

See Also