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