Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var pclrUnderlineColor = Style.UnderlineColor; Style.UnderlineColor = pclrUnderlineColor; </code>==== Visual Basic Script ==== <code vb> pclrUnderlineColor = Style.UnderlineColor Style.UnderlineColor = pclrUnderlineColor </code>==== C++ ==== <code cpp> VARIANT pclrUnderlineColor; HRESULT hr = Style.get_UnderlineColor(&pclrUnderlineColor); hr = Style.put_UnderlineColor(pclrUnderlineColor); </code>===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~