Table of Contents

Method EnsureExpanded

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

EnsureExpanded(int)

When implemented by a class, makes all outline sections containing specified line expanded.

void EnsureExpanded(int index)

Parameters

index int

Specifies position of the line in the text.

EnsureExpanded(Point)

When implemented by a class, makes all outline sections containing specified position expanded.

void EnsureExpanded(Point position)

Parameters

position Point

The Point value that specifies position in the text.