Method of ITextView
Ensures that text point is withing view area
TextView.EnsureVisible(pt, bSmoothScroll);
==== Visual Basic Script ====
TextView.EnsureVisible pt, bSmoothScroll
==== C++ ====
HRESULT hr = TextView.EnsureVisible(pt, bSmoothScroll);
===== See Also ===== ITextView