Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Framework Library / Attachmate.Reflection.Objects.Framework Library / ApplicationObject Object / CreateLayout Method
In This Topic
CreateLayout Method
In This Topic
Creates controls specified by a layout file.
Syntax
expression.CreateLayout( _
   ByVal layoutFilePath As String _
) As Object()
where expression is a variable that represents a ApplicationObject Object

Parameters

layoutFilePath

Return Value

A collection of created terminal controls.
See Also