ControlsUpdateMode

Description

The ControlsUpdateMode enumeration contains options for recalculating form components' size.

It is used by the following properties and methods:

Available Values

Value Brief description
0 ResizeOnUpdate. Components size is recalculated.
1 LockResizeOnUpdate. Components size is not recalculated. It is used to optimize operations with the form.

Comments

The LockResizeOnUpdate mode disables size recalculation for the components that are linked to borders or are aligned with respect to the parent component's border.

See also:

Forms Assembly Enumerations