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