Constructor Selection
Selection()
Initializes a new instance of the Selection
class with default settings.
public Selection()
Selection(TextEditor)
Initializes a new instance of the Selection
class with a specified owner.
public Selection(TextEditor owner)
Parameters
owner
TextEditorTextEditor
that owns this new instance.