AXSoft Resizer - SaveControlPositions
Description |
Saves the current position, width and height of all the controls on the parent form. |
||||
Type |
Sub-procedure |
||||
Syntax |
object.SaveControlPositions()
|
||||
Return Type |
None |
||||
Remarks |
This procedure should be called in the Form_Load event or anytime, before the form is resized. The Resize procedure, uses the data from the SaveControlPositions procedure to keep the control sizes in proportion when they are resized. |