Back to Devexpress

TdxRichEditBehaviorOptions.Cut Property

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

latest2.5 KB
Original Source

TdxRichEditBehaviorOptions.Cut Property

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

Declaration

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

Property Value

TypeDefaultDescription
TdxDocumentCapabilityDefaultDefault

Remarks

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

Default Value

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

See Also

TdxRichEditBehaviorOptions.CutAllowed Property

TdxRichEditBehaviorOptions Class

TdxRichEditBehaviorOptions Members

dxRichEdit.Options Unit