InfoConnect for Airlines
DisplayApolloTabs Property


Gets or sets a value indicating whether tab characters (tab stops) from the Apollo host are displayed on the ALC screen.

Syntax
'Declaration
 
Property DisplayApolloTabs As Boolean
'Usage
 
Dim instance As IAlcTerminal
Dim value As Boolean
 
instance.DisplayApolloTabs = value
 
value = instance.DisplayApolloTabs
bool DisplayApolloTabs {get; set;}
See Also