ASP.NET Pack Programmer's Guide
Selection.AddItem Method
See Also
 





Adds a new item to the current selection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddItem (
    DiagramItem item
)

Visual Basic  Copy Code

Public Sub AddItem( _
    item As DiagramItem _
)

 Parameters

item
The DiagramItem to be added to the selection.

 Remarks

This method adds a new item to the selection. It also deactivates the ActiveItem, if any, and makes the newly added item the active one.

 See Also

Selection Members
Selection Class
MindFusion.Diagramming Namespace
Change Method
RemoveItem Method
Clear Method