InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
Constructs a new ScreenCharacter object.
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)

Parameters

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