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


In This Topic
CharCode Property (IScreenCharacter)
In This Topic
Gets the character code for this screen character.
Syntax
'Declaration
 
ReadOnly Property CharCode As Char
 
'Usage
 
Dim instance As IScreenCharacter
Dim value As Char
 
value = instance.CharCode
See Also