Admin Production rocket
Current Publication

CreateLayout Method

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The layout path.
CreateLayout Method
In This Topic
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
Exception Description
API Service has not been initialized.
See Also