|
VLFormDesigner Reference
|
||||||
This event occurs when a contained control is resized by the form designer. Typically the form designer will resize a control when user selects and resizes the control, or when ResizeSelectedControls method is called. The event will be called for each of the control whose size may have been changed.
Syntax Private Sub object_ControlResized (aControl As Object)
The ControlResized event syntax has these parts:
Remark This method is typically used to update any UI information that might be dependent on the size of the control that was resized (e.g. control size information in a property sheet etc.). |
||||||
|
©2002-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |