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