Click or drag to resize

APIClipboardSetText Method

Clears Clipboard and sets Clipboard contents to the specified text string.

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

Parameters

TextToSet
Type: SystemString

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

Return Value

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