Search
Selection.Clear Method
See Also
 





Removes all items from the selection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Clear ()

Visual Basic  Copy Code

Public Sub Clear ()

 Remarks

Call Clear to deselect all items. The items are not deleted. The method also sets the diagram's ActiveItem to null (Nothing in Visual Basic).

 See Also