Creates an instance of the specified class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual Object CreateItem ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function CreateItem( _ |
A string identifying class registered via the RegisterClass method.
An instance of the class.
See Also