Click or drag to resize

KryptonWorkspaceReadCellElement Method

Read cell 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 string ReadCellElement(
	XmlReader xmlReader,
	KryptonWorkspaceCell cell
)

Parameters

xmlReader
Type: System.XmlXmlReader
XmlReader to use for loading.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference to cell.

Return Value

Type: String
Unique name of the selected page inside the cell.
See Also