Toggles the selection state of an item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Toggle ( |
Visual Basic
Copy Code
|
|---|
Public Sub Toggle( _ |
RemarksCall 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.
See Also