RichEditTextDocument.CanCopy Method

Definition

Determines whether document content can be copied to the Clipboard.

public:
 virtual bool CanCopy() = CanCopy;
bool CanCopy();
public bool CanCopy();
function canCopy()
Public Function CanCopy () As Boolean

Returns

Boolean

bool

true if copying to the Clipboard is allowed; otherwise, false.

Implements

Applies to