Table of Contents

Method CanExpand

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

CanExpand(IOutlineRange)

Returns boolean value indicating that given outline section can be expanded.

public virtual bool CanExpand(IOutlineRange range)

Parameters

range IOutlineRange

Returns

bool

True if section can be expanded; otherwise false.

CanExpand(int)

Returns boolean value indicating that outline section at given line can be expanded.

public virtual bool CanExpand(int line)

Parameters

line int

Returns

bool

True if section can be expanded; otherwise false.