Click or drag to resize

KryptonWorkspaceReadPageElement Method

Read page details from xml during load process.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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