====== 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 ====
var nVal = Label.Image;
==== Visual Basic Script ====
nVal = Label.Image
==== C++ ====
long nVal;
HRESULT hr = Label.get_Image(&nVal);
===== See Also =====
[[:scripting:api:label:start|ILabel]]
~~NOTOC~~