InfoConnect API Guide
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
    char CharCode {get;}
    See Also