Click or drag to resize

KryptonWorkspaceLoadLayoutFromFile Method

Loads workspace layout information from given filename.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void LoadLayoutFromFile(
	string filename
)

Parameters

filename
Type: SystemString
Name of file to read from.
See Also