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. ====== UnderlineStyle ====== Property of [[:scripting:api:style:start|IStyle]] ===== Description ===== UnderlineStyle property ===== Property type ===== Read-Write Property of type **[[:scripting:api:underline-style|eUnderlineStyle]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var eUnderlineStyle = Style.UnderlineStyle; Style.UnderlineStyle = eUnderlineStyle; </code>==== Visual Basic Script ==== <code vb> eUnderlineStyle = Style.UnderlineStyle Style.UnderlineStyle = eUnderlineStyle </code>==== C++ ==== <code cpp> eUnderlineStyle eUnderlineStyle; HRESULT hr = Style.get_UnderlineStyle(&eUnderlineStyle); hr = Style.put_UnderlineStyle(eUnderlineStyle); </code>===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~