Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual bool SerializeComponents () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function SerializeComponents () As Boolean |
true to inform the caller to automatically serialize the component tree; false to skip the automatic component serialization.
See Also