Search
FlowChart.RemoveFromSelection Method
See Also
 



Removes an item from multiple selection.

 Syntax

VB6  Copy Code

Public Sub RemoveFromSelection( _
    ByVal pItem As Object _
)

C++  Copy Code

public:
void RemoveFromSelection (
    IDispatch* pItem
)

 Parameters

pItem
A reference to the item to be deselected - box, table or arrow.

 Remarks

Deselects an item. According to its type, the item is removed from the SelectedBoxes, SelectedArrows or SelectedTables collections.

 See Also