Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeDisplayEnhancements Interface / EnableUnderline Property


In This Topic
EnableUnderline Property
In This Topic
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
See Also