scripting:api:list-pane:unlock

Unlock

Method of IListPane

UnLock ListPane data, for updates from another threads

ListPane.Unlock(bWriteLock);

==== Visual Basic Script ====

ListPane.Unlock bWriteLock

==== C++ ====

HRESULT hr = ListPane.Unlock(bWriteLock);

===== See Also ===== IListPane