Welcome
Clipboard.CopyText
Clipboard.GetText
Clipboard.IsTextAvailable
Clipboard.Empty
Clipboard.CopyText ( |
(string) Text ) |
Copies text to the Windows clipboard.
(string) The text to copy to the clipboard.
This action dose not return any value.
(string) Clipboard.GetText () |
Retrieves text from the Windows clipboard.
This action returns a (string) value.
(boolean) Clipboard.IsTextAvailable () |
Determines whether text is available on the Windows clipboard.
This action returns a (boolean) value.
(boolean) Clipboard.Empty () |
Empty Clipboard.
This action returns a (boolean) value.
Made with Action Plugin Compiler