The Selection type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element to the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| AddRange |
Add an array of elements.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Clear |
Clears the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Contains |
Returns true if the list contains the given element.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| CopyTo |
Copies the elements of the collection to the specified array.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| GetEnumerator |
Returns an iterator for the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| IndexOf |
Get the index of the given element in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Insert |
Insert an element at a particular index.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Remove |
Remove a particular element from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| RemoveAt |
Removes the interactor at the given index.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Set |
Set the collection to hold only the given element.
(Inherited from Collection<(Of <(<'TElement>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Return the number of interactors in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| DataObject |
The currently selected DataObject. This object gets derived from the current list of
selected interactors. It can be used for copying to the clipboard, or drag-and-drop
operations.
| |
| Glyphs |
The collection of currently selected glyphs. This set gets derived from the list of
currently selected interactors.
| |
| IsReadOnly |
Returns false, to indicate that an collecion is writable.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Item |
Return the i-th element in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Text |
set or get the text of the selection.
|
Events
| Name | Description | |
|---|---|---|
| Inserted |
The Inserted event will be fired whenever a new element has been inserted
into to the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Invalidated |
Fired when one or more interactors have become invalidated.
(Inherited from InteractorCollection.) | |
| PreviewMouseDown |
Raised when a PreviewMouseDown event gets raised by any of the interactors in the
selection.
| |
| PreviewMouseMove |
Raised when a PreviewMouseMove event gets raised by any of the interactors in the
selection.
| |
| PreviewMouseUp |
Raised when a PreviewMouseUp event gets raised by any of the interactors in the
selection.
| |
| Removed |
The Removed event will be fired whenever an element has been removed
from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) |