====== SubImage ======
Property of [[:scripting:api:label:start|ILabel]]
===== Description =====
SubImage
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = Label.SubImage;
==== Visual Basic Script ====
nVal = Label.SubImage
==== C++ ====
long nVal;
HRESULT hr = Label.get_SubImage(&nVal);
===== See Also =====
[[:scripting:api:label:start|ILabel]]
~~NOTOC~~