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