Selects an item and deselects all others.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Change ( |
Visual Basic
Copy Code
|
|---|
Public Sub Change( _ |
The DiagramItem which should be made active.
RemarksCall this method to select an item and make it the ActiveItem. The method doesn't let you select locked items.
See Also