Click or drag to resize

McPanelsLoadLayout Method (String)

Load layout by name of file name.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub LoadLayout ( 
	nameOrFileName As String
)

Parameters

nameOrFileName
Type: SystemString
name or file name of the layout

Implements

IMcPanelsLoadLayout(String)
Remarks
If 'nameOrFileName' is name then layout will be load from application settings. On error default layout will be loaded.
See Also