ISelection |
The ISelectionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddToSelection(IList) | Add visuals to the current selection | |
| AddToSelection(Visual) | Add a visual to the current selection | |
| AdjustSelection | Add or Remove a visual from the selection. | |
| ClearSelection | Clear the current selection | |
| InvertSelection | Invert the current selection. This will select all visible Visuals that are currently not selected and deselect all that are selected. | |
| RemoveFromSelection(IList) | Remove visuals from the current selection | |
| RemoveFromSelection(Visual) | Remove visual from the current selection | |
| Select(IList) | Create a new selection | |
| Select(Visual) | Create a new selection from a single visual | |
| SelectAllChildren | Select all children of a visual |