InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / CharCode Property
Example


In This Topic
    CharCode Property (ScreenCharacter)
    In This Topic
    Gets the character code for this screen character.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CharCode As Char
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Char
     
    value = instance.CharCode
    public char CharCode {get;}
    Example
    private ScreenCharacter screen;
    //Get CharCode.
    char scrChar = screen.CharCode;
    See Also