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. ====== Deactivate ====== Method of [[:scripting:api:pane:start|IPane]] ===== Description ===== DeActivates (close) the pane ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bClosed** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Pane.Deactivate(bClosed); </code>==== Visual Basic Script ==== <code vb> Pane.Deactivate bClosed </code>==== C++ ==== <code cpp> HRESULT hr = Pane.Deactivate(bClosed); </code>===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~