Method EnsureExpanded
EnsureExpanded(int)
Makes all outline sections containing specified line expanded.
public virtual void EnsureExpanded(int index)
Parameters
index
intSpecifies 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
position
PointThe Point value that specifies position in text coordinates.