Method CanExpand
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.
CanExpand(IOutlineRange)
Returns boolean value indicating that given outline section can be expanded.
public virtual bool CanExpand(IOutlineRange range)
Parameters
range
IOutlineRangeSpecifies outline range.
Returns
- bool
True if section can be expanded; otherwise false.