MindFusion.Wpf Pack Programmer's Guide
Selection.Change Method
See Also
 





Selects an item and deselects all others.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace
AddItem Method
RemoveItem Method
Clear Method