Method EnsureExpanded
EnsureExpanded(int)
When implemented by a class, makes all outline sections containing specified line expanded.
void EnsureExpanded(int index)
Parameters
index
intSpecifies position of the line in the text.
EnsureExpanded(Point)
When implemented by a class, makes all outline sections containing specified position expanded.
void EnsureExpanded(Point position)
Parameters
position
PointThe Point value that specifies position in the text.