Skip to main content

TdxRichEditBehaviorOptions.CopyAllowed Property

Indicates if the copy operation is available.

Declaration

property CopyAllowed: Boolean read;

Property Value

Type Description
Boolean

True if the copy to clipboard operation is available; otherwise, False.

Remarks

You can use the Copy property to change availability of the copy to clipboard operation and the status of all UI elements associated with a TdxRichEditControlCopySelection action object.

See Also