VLFormDesigner Reference

MethodLoadLayout

See Also See Also Applies To Applies To

Loads and creates the control layout from the specified file.

 

Syntax

object.LoadLayout(Byval sFileName As String)

 

The LoadLayout method syntax has these parts:

Part Description
object An object expression that evaluates to VLFormDesigner.
sFileName An string expression that corresponds to a file having form layout data.

 

Remark

This method will trigger LoadFormData event where you can load the previously stored form level data from the archive, and also it will trigger LoadControlData for each of the controls saved in the archive. The LoadControlData event is triggered after the control has been created and positioned.