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. ====== SetBackColor ====== Method of [[:scripting:api:list-item:start|IListItem]] ===== Description ===== Sets item back color by position; nItem = -1 for line color; clr = 0xFF000000 to reset ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nItem** * [[scripting:api:data-type:OLE_COLOR|OLE_COLOR]] **clr** ===== Syntax ===== ==== JavaScript ==== <code javascript> ListItem.SetBackColor(nItem, clr); </code>==== Visual Basic Script ==== <code vb> ListItem.SetBackColor nItem, clr </code>==== C++ ==== <code cpp> HRESULT hr = ListItem.SetBackColor(nItem, clr); </code>===== See Also ===== [[:scripting:api:list-item:start|IListItem]] ~~NOTOC~~