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:dialog:start|IDialog]] ===== Description ===== Returns dialog layout ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrLayout = Dialog.Layout; Dialog.Layout = pstrLayout; </code>==== Visual Basic Script ==== <code vb> pstrLayout = Dialog.Layout Dialog.Layout = pstrLayout </code>==== C++ ==== <code cpp> BSTR pstrLayout; HRESULT hr = Dialog.get_Layout(&pstrLayout); hr = Dialog.put_Layout(pstrLayout); </code>===== See Also ===== [[:scripting:api:dialog:start|IDialog]] ~~NOTOC~~