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