Vcl.ExtCtrls.TCustomControlBar.StickControls
Delphi
procedure StickControls; virtual;
C++
virtual void __fastcall StickControls(void);
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.