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

Copy() public method

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