cohtml::TextInput::Selection
On this page
Holds the information about a text selection.
#include <View.h>
Public Attributes
| Name | |
|---|---|
| Range | SelectionRange The start and end positions of the selection. |
| Direction | SelectionDirection The direction of the selection, which shows on which end does the caret go. |
Public Attributes Documentation
variable SelectionRange
Range SelectionRange;
The start and end positions of the selection.
variable SelectionDirection
Direction SelectionDirection;
The direction of the selection, which shows on which end does the caret go.