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. ====== MaxCount ====== Property of [[:scripting:api:clipboard:start|IClipboard]] ===== Description ===== Returns maximum item count ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nValue = Clipboard.MaxCount; Clipboard.MaxCount = nValue; </code>==== Visual Basic Script ==== <code vb> nValue = Clipboard.MaxCount Clipboard.MaxCount = nValue </code>==== C++ ==== <code cpp> long nValue; HRESULT hr = Clipboard.get_MaxCount(&nValue); hr = Clipboard.put_MaxCount(nValue); </code>===== See Also ===== [[:scripting:api:clipboard:start|IClipboard]] ~~NOTOC~~