KryptonWorkspaceSaveLayoutToFile(String, Encoding) Method |
Saves workspace layout information into a named file.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SaveLayoutToFile(
string filename,
Encoding encoding
)
Parameters
- filename String
- Name of file to save to.
- encoding Encoding
- Required encoding.
See Also