HtmlSelectionRange Properties
The read-only struct that is the HtmlEdit selection range. This struct includes a caret/selection start position and the selection length.Name | Description |
---|---|
Length | Gets the selection length, in characters. If Length is null, the caret is displayed. |
Start | Gets the zero-based index of a character after which the caret is placed or the selection begins. |
See Also