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

Clear() public method

Clears all text from the text box control.
public Clear ( ) : void
return void
        public void Clear()
        {
            _richTextBox.Clear();
        }