Table of Contents

Constructor Selection

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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 ISyntaxEdit

ISyntaxEdit that owns this new instance.