TdxRichEditBehaviorOptions.CopyAllowed Property
Indicates if the copy operation is available.
Declaration
property CopyAllowed: Boolean read;
Property Value
Type | Description |
---|---|
Boolean |
|
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