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