Table of Contents

Method ToggleOutlining

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

ToggleOutlining()

When implemented by a class, toggles expanded state for all IOutlineRange objects in outline collection.

void ToggleOutlining()

ToggleOutlining(IList<IRange>, IOutlineRange)

When implemented by a class, toggles expanded state for given IOutlineRange collection.

void ToggleOutlining(IList<IRange> ranges, IOutlineRange range)

Parameters

ranges IList<IRange>

Specifies IOutlineRange collection to toggle.

range IOutlineRange

IOutlineRange object representing current outline section. The method expands or collapses ranges depending on collapsed state of the Range.