Clipboard
Summary
Provides access to system Clipboard.
Remarks
Accessing Clipboard requires user permission.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
SetText
Summary
Stores text data on the Clipboard.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | A string that contains the text data to store on the Clipboard. |
Return Value
void
GetText
Summary
Returns a string containing text data on the Clipboard.
Signature
1 | |
Return Value
string