Programming with Reflection
SelectionType property
Syntax |
object.SelectionType |
Works with |
|
Data type |
Returns a value indicating whether a text selection currently exists in the terminal window, and, if there is a selection, whether it's rectangular or wrapped.
(Use the SelectText method to select text.)
This property is read-only.
rcNone No selection exists.
rcRectRegion The selection is rectangular. For example:
The bold text in this sentence will be
returned if rcRectRegion is specified.
rcWrappedRegion The selection is wrapped. For example:
The bold text in this sentence will be
returned if rcWrappedRegion is specified.