Table of Contents

Method CanCollapse

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

CanCollapse(int)

When implemented in a class, returns boolean value indicating that outline section at given line can be collapsed.

bool CanCollapse(int line)

Parameters

line int

Returns

bool

True if section can be collapsed; otherwise false.