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. ====== Layout ====== Property of [[:scripting:api:pane:start|IPane]] ===== Description ===== Returns preferred pane layout ===== Property type ===== Read-Only Property of type **[[:scripting:api:pane-layout|ePaneLayout]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var eLayout = Pane.Layout; </code>==== Visual Basic Script ==== <code vb> eLayout = Pane.Layout </code>==== C++ ==== <code cpp> ePaneLayout eLayout; HRESULT hr = Pane.get_Layout(&eLayout); </code>===== See Also ===== [[:scripting:api:pane:start|IPane]] ~~NOTOC~~