|
VLFormDesigner Reference
|
||||||||
This event occurs when data corresponding to a control needs to be saved for the current layout.
Syntax Private Sub object_SaveControlData (aControl As Object, aPropBag As CPropertyBag)
The SaveControlData event syntax has these parts:
Remark This event will be triggered once for each of the contained controls when the SaveLayout or SaveLayoutEx is called. VLFormDesigner will automatically save the position, name and ProgId of the control. This information will be used to automatically create and position the control when you load the layout information using LoadLayout method. This event allows you to store any control level information that you might want to store along with the control position information. You will get an opportunity to read back this information through LoadControlData event when a layout is being read. |
||||||||
|
©2002-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |