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. ====== Lock ====== Method of [[:scripting:api:list-pane:start|IListPane]] ===== Description ===== Lock ListPane data, for updates from another threads ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bWriteLock** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> ListPane.Lock(bWriteLock); </code>==== Visual Basic Script ==== <code vb> ListPane.Lock bWriteLock </code>==== C++ ==== <code cpp> HRESULT hr = ListPane.Lock(bWriteLock); </code>===== See Also ===== [[:scripting:api:list-pane:start|IListPane]] ~~NOTOC~~