RichEditTextDocument.CanPaste Method

Definition

Determines whether the Clipboard has content that can be pasted into the document.

public:
 virtual bool CanPaste() = CanPaste;
bool CanPaste();
public bool CanPaste();
function canPaste()
Public Function CanPaste () As Boolean

Returns

Boolean

bool

true if the Clipboard has content that can be pasted into the document; otherwise, false.

Implements

Applies to