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


In This Topic
EnableBlink Property
In This Topic
Gets or sets whether blinking characters are enabled or not. Not applicable to ANSI terminals.
Syntax
'Declaration
 
Property EnableBlink As Boolean
 
'Usage
 
Dim instance As IThemeDisplayEnhancements
Dim value As Boolean
 
instance.EnableBlink = value
 
value = instance.EnableBlink
See Also