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. ====== 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 ==== <code javascript> var bUnderline = Style.Underline; Style.Underline = bUnderline; </code>==== Visual Basic Script ==== <code vb> bUnderline = Style.Underline Style.Underline = bUnderline </code>==== C++ ==== <code cpp> long bUnderline; HRESULT hr = Style.get_Underline(&bUnderline); hr = Style.put_Underline(bUnderline); </code>===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~