Clipboard Operations

Methods

Method Description
TXTextControl.TextControl.Copy Copies the current selection in the Text Control to the Clipboard.
TXTextControl.TextControl.Cut Moves the current selection in the Text Control to the Clipboard.
TXTextControl.TextControl.GetClipboardFormats Returns an array of ClipboardFormat values.
TXTextControl.TextControl.Paste Replaces the current selection in the Text Control with the contents of the Clipboard.

Properties

Property Description
TXTextControl.TextControl.CanCopy Informs whether a part of a Text Control document has been selected and can be copied to the clipboard.
TXTextControl.TextControl.CanPaste Informs whether the clipboard contains a format that can be pasted into a Text Control document.