Loads and creates the component layout from the specified file.
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;
FormDesigner Class | Viklele.Win.Designer Namespace | SaveLayout