Click or drag to resize

KryptonWorkspaceSaveLayoutToFile Method (String)

Saves workspace layout information into a named file using Unicode Encoding.

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
)

Parameters

filename
Type: SystemString
Name of file to save to.
See Also