Click or drag to resize

ISelectionManager Methods

The ISelectionManager type exposes the following members.

Methods
  NameDescription
Public methodAddToSelection(IList)
Add visuals to the current selection
Public methodAddToSelection(Visual)
Add a visual to the current selection
Public methodAdjustSelection
Add or Remove a visual from the selection.
Public methodClearSelection
Clear the current selection
Public methodInvertSelection
Invert the current selection. This will select all visible Visuals that are currently not selected and deselect all that are selected.
Public methodRemoveFromSelection(IList)
Remove visuals from the current selection
Public methodRemoveFromSelection(Visual)
Remove visual from the current selection
Public methodSelect(IList)
Create a new selection
Public methodSelect(Visual)
Create a new selection from a single visual
Public methodSelectAllChildren
Select all children of a visual
Top
See Also