A runtime form designer control

FormDesigner.LoadLayout Method

Loads and creates the component layout from the specified file.

Overload List

Loads and creates the component layout from the specified file.

[Visual Basic] Public Function LoadLayout(ByVal String) As ArrayList
[C#] public ArrayList LoadLayout(string);
[C++] public: ArrayList* LoadLayout(String*);
[JScript] public function LoadLayout(String): ArrayList;

Loads and creates the component layout from an Xml document object.

[Visual Basic] Public Function LoadLayout(ByVal XmlDocument) As ArrayList
[C#] public ArrayList LoadLayout(XmlDocument);
[C++] public: ArrayList* LoadLayout(XmlDocument*);
[JScript] public function LoadLayout(XmlDocument): ArrayList;

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | SaveLayout