Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / ScreenCharacter Constructor / ScreenCharacter Constructor(Char)
The character on the host screen.


In This Topic
ScreenCharacter Constructor(Char)
In This Topic
Initializes a new instance of the ScreenCharacter class. 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)

Parameters

character
The character on the host screen.
See Also