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. ====== 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 ==== <code javascript> Pane.Activate(bSetFocus); </code>==== Visual Basic Script ==== <code vb> Pane.Activate bSetFocus </code>==== C++ ==== <code cpp> HRESULT hr = Pane.Activate(bSetFocus); </code>===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~