NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.ScrollToCaret

Ensures that the caret is visible in the RichTextBox window, by scrolling the RichTextBox control surface if necessary.

[Visual Basic]
Public Sub ScrollToCaret()
[C#]
public void ScrollToCaret();
[C++]
public: void ScrollToCaret();
[JScript]
public function ScrollToCaret();

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace