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