Property of IOutputPane
Returns pane input state
Read-Write Property of type VARIANT_BOOL
var bValue = OutputPane.InputAllowed; OutputPane.InputAllowed = bValue;
bValue = OutputPane.InputAllowed OutputPane.InputAllowed = bValue
VARIANT_BOOL bValue; HRESULT hr = OutputPane.get_InputAllowed(&bValue); hr = OutputPane.put_InputAllowed(bValue);