KryptonWorkspaceSaveLayoutToFile Method (String, Encoding) |
Saves workspace layout information into a named file.
Namespace:
Internal.ComponentFactory.Krypton.Workspace
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void SaveLayoutToFile(
string filename,
Encoding encoding
)
Parameters
- filename
- Type: SystemString
Name of file to save to. - encoding
- Type: System.TextEncoding
Required encoding.
See Also