Click or drag to resize

McPanelsSaveLayout Method (String, String)

Save current layout with name or in the file.

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

Parameters

nameOrFileName
Type: SystemString
name or file name of the layout
description
Type: SystemString
description of the layout
Remarks
If 'nameOrFileName' is name then layout will be saved in application settings.
See Also