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