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