Table of Contents

Method CanExpand

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

CanExpand(int)

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

bool CanExpand(int line)

Parameters

line int

Line index.

Returns

bool

True if section can be expanded; otherwise false.

CanExpand(IOutlineRange)

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

bool CanExpand(IOutlineRange range)

Parameters

range IOutlineRange

Specifies outline range.

Returns

bool

True if section can be expanded; otherwise false.