'Declaration
Property EnterKeyNavigates As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.EnterKeyNavigates = value value = instance.EnterKeyNavigates
bool EnterKeyNavigates {get; set;}
Gets or sets a value indicating whether the cursor moves to the first column of the next line or the first column of the current line when the ENTER key is pressed.
'Declaration
Property EnterKeyNavigates As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.EnterKeyNavigates = value value = instance.EnterKeyNavigates
bool EnterKeyNavigates {get; set;}