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
SyntaxPublic 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
RemarksIf 'nameOrFileName' is name then layout will be saved in application settings.
See Also