Click or drag to resize

KryptonWorkspaceLoadLayoutFromStream Method

Loads workspace layout information from given stream object.

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 LoadLayoutFromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream object.
See Also