Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Set ====== Method of [[:scripting:api:clipboard:start|IClipboard]] ===== Description ===== Sets actual clipboard content ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strText** * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bBlockMode** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Clipboard.Set(strText, bBlockMode); </code>==== Visual Basic Script ==== <code vb> Clipboard.Set strText, bBlockMode </code>==== C++ ==== <code cpp> HRESULT hr = Clipboard.Set(strText, bBlockMode); </code>===== See Also ===== [[:scripting:api:clipboard:start|IClipboard]] ~~NOTOC~~