Method EnsureExpanded
EnsureExpanded(int)
Makes all outline sections containing specified line expanded.
public virtual void EnsureExpanded(int index)
Parameters
index
intSpecifies position of the line in the text.
EnsureExpanded(Point)
Makes all outline sections containing specified position expanded.
public virtual void EnsureExpanded(Point position)
Parameters
position
PointThe Point value that specifies position in the text.