Inheritance diagram for Design:


Public Member Functions | |
| Save ([out, retval] BSTR *Layout) | |
| Saves the object to string. | |
| Load ([in] BSTR Layout,[in, defaultvalue(0)] ULONG Flags,[in, optional] VARIANT Resources) | |
| Loads the object. | |
| Open ([in] BSTR FileName,[in, defaultvalue(0)] ULONG Flags) | |
| Loads the object from a file. | |
Properties | |
| IDispatch R | Properties [] |
| Returns information of the object's properties that is available in the Property Editor of the Designer. | |
| Load | ( | [in] BSTR | Layout, | |
| [in, defaultvalue(0)] ULONG | Flags, | |||
| [in, optional] VARIANT | Resources | |||
| ) |
| Open | ( | [in] BSTR | FileName, | |
| [in, defaultvalue(0)] ULONG | Flags | |||
| ) |
Loads the object from a file.
This method can be called from a script to load content of a Form.
The Open method reads the file and calls the Load method.
| FileName | The file name. | |
| Flags | Flags. |
| Save | ( | [out, retval] BSTR * | Layout | ) |
| IDispatch R Properties |
Returns information of the object's properties that is available in the Property Editor of the Designer.
Returns a PropertyInformation object.