ClipboardChain.value

Replace the clipboard contents.

  1. string value()
  2. string value(string newValue)
    class ClipboardChain
    string
    value
    (
    string newValue
    )

Parameters

newValue string

New clipboard content.

Return Value

Type: string

Same text as passed into the function.

Meta