Method IsCollapsed
IsCollapsed(int)
When implemented by a class, indicates whether the outlined text at the specified line is collapsed.
bool IsCollapsed(int index)
Parameters
index
intIndex of the line to test.
Returns
- bool
True if collapsed; otherwise false.