====== Activate ====== Method of [[:scripting:api:pane:start|IPane]] ===== Description ===== Activates the pane ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bSetFocus** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== Pane.Activate(bSetFocus); ==== Visual Basic Script ==== Pane.Activate bSetFocus ==== C++ ==== HRESULT hr = Pane.Activate(bSetFocus); ===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~