Click or drag to resize

KryptonWorkspaceSaveLayoutToFile Method (String, Encoding)

Saves workspace layout information into a named file.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
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