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