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