Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / Application Class / CreateLayout Method
The layout path.


CreateLayout Method
Creates controls specified by a layout file.
Syntax
'Declaration
 
Public Function CreateLayout( _
   ByVal layoutFilePath As String _
) As Object()
 
'Usage
 
Dim instance As Application
Dim layoutFilePath As String
Dim value() As Object
 
value = instance.CreateLayout(layoutFilePath)

Parameters

layoutFilePath
The layout path.

Return Value

A collection of created controls.
Exceptions
ExceptionDescription
API Service has not been initialized.
See Also