ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.ScrollToCaret C# (CSharp) Method

ScrollToCaret() public method

Scrolls the contents of the control to the current caret position.
public ScrollToCaret ( ) : void
return void
        public void ScrollToCaret()
        {
            _richTextBox.ScrollToCaret();
        }