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. ====== Clear ====== Method of [[:scripting:api:list-pane:start|IListPane]] ===== Description ===== Clears the contents of the list pane ===== Syntax ===== ==== JavaScript ==== <code javascript> ListPane.Clear(); </code>==== Visual Basic Script ==== <code vb> ListPane.Clear </code>==== C++ ==== <code cpp> HRESULT hr = ListPane.Clear(); </code>===== See Also ===== [[:scripting:api:list-pane:start|IListPane]] ~~NOTOC~~