'DeclarationProperty EnterKeyNavigates As Boolean
'UsageDim 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.
'DeclarationProperty EnterKeyNavigates As Boolean
'UsageDim instance As IT27Terminal Dim value As Boolean instance.EnterKeyNavigates = value value = instance.EnterKeyNavigates
bool EnterKeyNavigates {get; set;}