Reflection
CreateLayout Method


The layout path.
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)
public object[] CreateLayout( 
   string layoutFilePath
)

Parameters

layoutFilePath
The layout path.

Return Value

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