Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreenCharacter Interface / IsReverse Property


In This Topic
IsReverse Property (IScreenCharacter)
In This Topic
Reverse/inverse video attribute is set.
Syntax
'Declaration
 
ReadOnly Property IsReverse As Boolean
 
'Usage
 
Dim instance As IScreenCharacter
Dim value As Boolean
 
value = instance.IsReverse
See Also