EnterKeyConnects Property
Gets or sets a value indicating how Reflection responds if the ENTER key is pressed when not connected to a host.
bool EnterKeyConnects {get; set;}
'Declaration
Property EnterKeyConnects As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.EnterKeyConnects = value
value = instance.EnterKeyConnects
Property Value
The default value is true.