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


In This Topic
    IsDbcs Property (ScreenCharacter)
    In This Topic
    Gets a value indicating whether the character is a DBSC character.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDbcs As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsDbcs
    public bool IsDbcs {get;}
    Example
    private ScreenCharacter screen;
                
    bool dbcs = screen.IsDbcs;
    See Also