Event handler signalled when a control band is moved on the control bar.
Source position: extctrls.pp line 1608
public property TCustomControlBar.OnBandMove : TBandMoveEvent |
Signalled from the DoBandMove method (when assigned) using the TCustomControlBar and TCtrlBand instances as arguments. It occurs when the visibility and size for bands on the control are updated.
|
Configures a band and calculates its row position, order, and geometry including client decorations. |
|
|
Determines the new position for a band moved using the mouse or by settings its coordinates, and rearranges adjacent bands (and rows) as needed. |
|
|
Creates and stores a new band for the specified control. |
|
|
Updates the size and visibility for TCtrlBand instances defined in the control bar. |