cohtml::TextInput::Selection

Holds the information about a text selection.

#include <View.h>

Public Attributes

Name
RangeSelectionRange
The start and end positions of the selection.
DirectionSelectionDirection
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.