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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual KryptonPage ReadPageElement(
	XmlReader xmlReader,
	string uniqueName,
	UniqueNameToPage existingPages
)

Parameters

xmlReader
Type: System.XmlXmlReader
XmlReader to use for loading.
uniqueName
Type: SystemString
Unique name of page being loaded.
existingPages
Type: Internal.ComponentFactory.Krypton.NavigatorUniqueNameToPage
Set of existing pages.

Return Value

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