====== Panes ====== Property of [[:scripting:api:application:start|IApplication]] ===== Description ===== Pane list ===== Property type ===== Read-Only Property of type **[[:scripting:api:panes:start|IPanes]]** ===== Syntax ===== ==== JavaScript ==== var pPanes = Application.Panes; ==== Visual Basic Script ==== pPanes = Application.Panes ==== C++ ==== CComPtr pPanes; HRESULT hr = Application.get_Panes(&pPanes); ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~