Method CanExpand
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
intLine 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
IOutlineRangeSpecifies outline range.
Returns
- bool
True if section can be expanded; otherwise false.