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 public string ClipboardSetText(
string TextToSet
)
Parameters
- TextToSet
- Type: SystemString
[Missing <param name="TextToSet"/> documentation for "M:AppRobotic.API.ClipboardSetText(System.String)"]
Return Value
Type:
StringReturns 'success' if successful, error message string if failed.
See Also