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
ownerTextEditorTextEditorthat owns this new instance.