Table of Contents

Method UnOutline

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

UnOutline(Point)

Removes outlined section at the specific position.

public virtual void UnOutline(Point position)

Parameters

position Point

Specifies position in the text.

UnOutline(int)

Removes all outline sections containing the given line.

public virtual void UnOutline(int index)

Parameters

index int

Specifies line in the text.

UnOutline()

Removes all outlined sections from outline collection.

public virtual void UnOutline()