InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / ScreenCharacter Constructor / ScreenCharacter Constructor(Char,Int32)
The character on the host screen.
The character width. SBCS = 1, DBCS = 2.


In This Topic
    ScreenCharacter Constructor(Char,Int32)
    In This Topic
    Initializes a new instance of the ScreenCharacter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal character As Char, _
       ByVal charWidth As Integer _
    )
    'Usage
     
    
    Dim character As Char
    Dim charWidth As Integer
     
    Dim instance As New ScreenCharacter(character, charWidth)
    public ScreenCharacter( 
       char character,
       int charWidth
    )

    Parameters

    character
    The character on the host screen.
    charWidth
    The character width. SBCS = 1, DBCS = 2.
    See Also