InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / ScreenCharacter Constructor / ScreenCharacter Constructor(Char)
The character on the host screen.


In This Topic
    ScreenCharacter Constructor(Char)
    In This Topic
    Constructs a new ScreenCharacter object. The default is a single-byte character set character.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal character As Char _
    )
    'Usage
     
    
    Dim character As Char
     
    Dim instance As New ScreenCharacter(character)
    public ScreenCharacter( 
       char character
    )

    Parameters

    character
    The character on the host screen.
    See Also