Search
Selection.Change Method
See Also
 





Selects an item and deselects all others.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Change (
    DiagramItem item
)

Visual Basic  Copy Code

Public Sub Change( _
    item As DiagramItem _
)

 Parameters

item
The DiagramItem which should be made active.

 Remarks

Call this method to select an item and make it the ActiveItem. The method doesn't let you select locked items.

 See Also