cohtml::TextInput::Range
On this page
Denotes a text range.
#include <View.h>
Public Attributes
Name | |
---|---|
unsigned | Start The start position of the range. |
unsigned | End The end position of the range. |
Public Attributes Documentation
variable Start
unsigned Start;
The start position of the range.
variable End
unsigned End;
The end position of the range.