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