====== 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 ==== Pane.Deactivate(bClosed); ==== Visual Basic Script ==== Pane.Deactivate bClosed ==== C++ ==== HRESULT hr = Pane.Deactivate(bClosed); ===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~