====== 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 ==== var bValue = OutputPane.InputAllowed; OutputPane.InputAllowed = bValue; ==== Visual Basic Script ==== bValue = OutputPane.InputAllowed OutputPane.InputAllowed = bValue ==== C++ ==== VARIANT_BOOL bValue; HRESULT hr = OutputPane.get_InputAllowed(&bValue); hr = OutputPane.put_InputAllowed(bValue); ===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~