Click or drag to resize

KryptonWorkspaceReadPageElement Method

Read page details from xml during load process.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual KryptonPage ReadPageElement(
	XmlReader xmlReader,
	string uniqueName,
	UniqueNameToPage existingPages
)

Parameters

xmlReader  XmlReader
XmlReader to use for loading.
uniqueName  String
Unique name of page being loaded.
existingPages  UniqueNameToPage
Set of existing pages.

Return Value

KryptonPage
Reference to page to be added into the workspace cell.
See Also