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

Cut() public method

Moves the current selection in the text box to the Clipboard.
public Cut ( ) : void
return void
        public void Cut()
        {
            _richTextBox.Cut();
        }