TransmitXonXoffEnabled Property
In This Topic
When this property is set to False, the Ctrl+S keystroke executes the hold screen keyboard function, and the Ctrl+Q keystroke cancels the hold screen; neither keystroke actually transmits anything to the host. When TransmitXonXoff is set to True, Ctrl+S and Ctrl+Q are transmitted, and the hold screen function is not invoked. This property is automatically set to True when TerminalType is set to rcANSIBBS or rcANSIUNIX; it is automatically set to False when the value of TerminalType is changed from rcANSIBBS or rcANSIUNIX to any other value.
Syntax
'Declaration
Property TransmitXonXoffEnabled As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.TransmitXonXoffEnabled = value
value = instance.TransmitXonXoffEnabled
bool TransmitXonXoffEnabled {get; set;}
See Also