KryptonWorkspaceSequenceLoadFromXml Method |
Request this sequence load and recreate children.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void LoadFromXml(
KryptonWorkspace workspace,
XmlReader xmlReader,
UniqueNameToPage existingPages
)
Parameters
- workspace KryptonWorkspace
- Reference to owning workspace instance.
- xmlReader XmlReader
- Xml reader for loading information.
- existingPages UniqueNameToPage
- Dictionary on existing pages before load.
See Also