Returns or sets a value indicating whether the alignment of controls are
being changed.
When there are controls with automatic alignment (Align property <> 0),
and at run time you need to change the setting of one or more of these Align
properties, or the setting of the Visible property of them, it is necessary to
set this property to True for doing these operations, and when it is finished to
set back it to False.
This property is only available at run time.
Syntax
object.ChangingAlignedControls [= value]
The ChangingAlignedControls property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression indication if aligned controls are being changed. |
Settings
The settings for value are:
| Value | Description |
| True | It must be set to True every time that the settings of the Align properties of controls are changed, or the Visible property of controls with Align <>0. |
| False | Normal state. It must be set to False when the changing of Alignment is finished. |
![]()