Click or drag to resize

APIClipboardAppendText Method

Appends specified text to the end of existing text in the clipboard.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string ClipboardAppendText(
	string TextToAppend
)

Parameters

TextToAppend
Type: SystemString

[Missing <param name="TextToAppend"/> documentation for "M:AppRobotic.API.ClipboardAppendText(System.String)"]

Return Value

Type: String
Returns 'success' if successful, error message string if failed.
See Also