Informs whether a part of a Text Control document has been selected and can be copied to the clipboard. The property's value also depends on the DocumentPermissions.AllowCopy property and the currently set edit mode.

Syntax

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

Limitations

Runtime only.

Read only.