The Selection type exposes the following members.
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.
|