Click or drag to resize

KryptonWorkspaceWriteSequenceElement Method

Write sequence details to xml during save 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 void WriteSequenceElement(
	XmlWriter xmlWriter,
	KryptonWorkspaceSequence sequence
)

Parameters

xmlWriter
Type: System.XmlXmlWriter
XmlWriter to use for saving.
sequence
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceSequence
Reference to sequence.
See Also