Toggles the selection state of an item.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public void Toggle ( |
Visual Basic Copy Code |
---|
Public Sub Toggle( _ |
Call this method to toggle an item's selection state. The method selects the diagram item passed as argument if previously it was deselected. If the item was selected, the method deselects it.