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

SelectAll() public method

Selects all text in the control.
public SelectAll ( ) : void
return void
        public void SelectAll()
        {
            _richTextBox.SelectAll();
        }