cohtml.Net.Selection

Holds the information about a text selection.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
Selection()

Public Properties

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.

Protected Attributes

Name
boolswigCMemOwn

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;