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. ====== InputAllowed ====== Property of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Returns pane input state ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bValue = OutputPane.InputAllowed; OutputPane.InputAllowed = bValue; </code>==== Visual Basic Script ==== <code vb> bValue = OutputPane.InputAllowed OutputPane.InputAllowed = bValue </code>==== C++ ==== <code cpp> VARIANT_BOOL bValue; HRESULT hr = OutputPane.get_InputAllowed(&bValue); hr = OutputPane.put_InputAllowed(bValue); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~