The Selection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Return the number of interactors in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public propertyDataObject
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.
Public propertyGlyphs
The collection of currently selected glyphs. This set gets derived from the list of currently selected interactors.
Public propertyIsReadOnly
Returns false, to indicate that an collecion is writable.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public propertyItem
Return the i-th element in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public propertyText
set or get the text of the selection.

See Also