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

CanPaste() public method

Determines whether you can paste information from the Clipboard in the specified data format.
public CanPaste ( DataFormats clipFormat ) : bool
clipFormat System.Windows.Forms.DataFormats One of the System.Windows.Forms.DataFormats.Format values.
return bool
        public bool CanPaste(DataFormats.Format clipFormat)
        {
            return _richTextBox.CanPaste(clipFormat);
        }