Click or drag to resize

KryptonWorkspaceReadSequenceElement Method

Read sequence 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 void ReadSequenceElement(
	XmlReader xmlReader,
	KryptonWorkspaceSequence sequence
)

Parameters

xmlReader
Type: System.XmlXmlReader
XmlReader to use for loading.
sequence
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceSequence
Reference to sequence.
See Also