MobileForms Toolkit Documentation

RichTextBox.CanPaste Method 

Determines whether you can paste information from the Clipboard in the specified data format.

public bool CanPaste(
string clipFormat
);

Parameters

clipFormat
One of the System.Windows.Forms.DataFormats.Format values.

Return Value

true if you can paste data from the Clipboard in the specified data format; otherwise, false.

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace