McPanelsSaveLayout Method (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
)
Parameters
- nameOrFileName
- Type: SystemString
name or file name of the layout
Implements
IMcPanelsSaveLayout(String)
RemarksIf 'nameOrFileName' is name then layout will be saved in application settings.
See Also