====== HotSpot ======
Property of [[:scripting:api:style:start|IStyle]]
===== Description =====
HotSpot property
===== Property type =====
Read-Write Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var bHotSpot = Style.HotSpot;
Style.HotSpot = bHotSpot;
==== Visual Basic Script ====
bHotSpot = Style.HotSpot
Style.HotSpot = bHotSpot
==== C++ ====
long bHotSpot;
HRESULT hr = Style.get_HotSpot(&bHotSpot);
hr = Style.put_HotSpot(bHotSpot);
===== See Also =====
[[:scripting:api:style:start|IStyle]]
~~NOTOC~~