InfoConnect for Airlines
EnableUnderline Property


Gets or sets whether underlining of characters is enabled or not. Not applicable to ANSI terminals.
Syntax
'Declaration
 
Property EnableUnderline As Boolean
'Usage
 
Dim instance As IThemeDisplayEnhancements
Dim value As Boolean
 
instance.EnableUnderline = value
 
value = instance.EnableUnderline
bool EnableUnderline {get; set;}
See Also