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. ====== Options ====== Property of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Returns capture options ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pdwOptions = OutputPane.Options; OutputPane.Options = pdwOptions; </code>==== Visual Basic Script ==== <code vb> pdwOptions = OutputPane.Options OutputPane.Options = pdwOptions </code>==== C++ ==== <code cpp> long pdwOptions; HRESULT hr = OutputPane.get_Options(&pdwOptions); hr = OutputPane.put_Options(pdwOptions); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~