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. ====== Image ====== Property of [[:scripting:api:command-handler:start|ICommandHandler]] ===== Description ===== Image index ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nImage = CommandHandler.Image; CommandHandler.Image = nImage; </code>==== Visual Basic Script ==== <code vb> nImage = CommandHandler.Image CommandHandler.Image = nImage </code>==== C++ ==== <code cpp> long nImage; HRESULT hr = CommandHandler.get_Image(&nImage); hr = CommandHandler.put_Image(nImage); </code>===== See Also ===== [[:scripting:api:command-handler:start|ICommandHandler]] ~~NOTOC~~