Back to Devexpress

TdxRichEditBehaviorOptions.Copy Property

vcl-dxrichedit-dot-options-dot-tdxricheditbehavioroptions-e0eb52b3.md

latest2.5 KB
Original Source

TdxRichEditBehaviorOptions.Copy Property

Specifies the state of copy to clipboard functionality and all UI elements associated with the corresponding end-user command.

Declaration

delphi
property Copy: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

TypeDefaultDescription
TdxDocumentCapabilityDefaultDefault

Remarks

Use the Copy property to disable or enable copy to clipboard functionality in a Rich Edit control. Different Copy property values update the state of all UI elements associated with a Copy Selection command created for the control.

Default Value

The Copy property’s default value is TdxDocumentCapability.Default.

See Also

TdxRichEditBehaviorOptions.CopyAllowed Property

TdxRichEditBehaviorOptions Class

TdxRichEditBehaviorOptions Members

dxRichEdit.Options Unit