Informs whether the clipboard contains a format that can be pasted into a Text Control document. The property's value also depends on the DocumentPermissions.ReadOnly property and the currently set edit mode.

Syntax

public bool CanPaste { get; }
Public ReadOnly Property CanPaste() As Boolean

Limitations

Runtime only.

Read only.