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:label:start|ILabel]] ===== Description ===== Image ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = Label.Image; </code>==== Visual Basic Script ==== <code vb> nVal = Label.Image </code>==== C++ ==== <code cpp> long nVal; HRESULT hr = Label.get_Image(&nVal); </code>===== See Also ===== [[:scripting:api:label:start|ILabel]] ~~NOTOC~~