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
owner
ISyntaxEditISyntaxEdit
that owns this new instance.