cohtml.Net.Selection
Holds the information about a text selection.
Inherits from SystemIDisposable
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| Selection() |
Public Properties
| 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. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function Selection
Selection()
Public Property Documentation
property SelectionRange
Range SelectionRange;
The start and end positions of the selection.
property SelectionDirection
Direction SelectionDirection;
The direction of the selection, which shows on which end does the caret go.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;