InputAllowed
Property of IOutputPane
Description
Returns pane input state
Property type
Read-Write Property of type 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);