Click or drag to resize

KryptonDockingManagerSaveConfigToArray(Encoding) Method

Saves docking configuration information into an array of bytes.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public byte[] SaveConfigToArray(
	Encoding encoding
)

Parameters

encoding  Encoding
Required encoding.

Return Value

Byte
Array of created bytes.
See Also