Attachmate.Reflection.Emulation.ALC Namespace > IAlcTerminal Interface : AlternateALCEndItemChar Property |
Gets or sets a character to display on the screen for the ALC End Item character (which by default is displayed as a special graphics character). The range of valid values is 1-255.
'Declaration
Property AlternateALCEndItemChar As Integer
'Usage
Dim instance As IAlcTerminal Dim value As Integer instance.AlternateALCEndItemChar = value value = instance.AlternateALCEndItemChar
int AlternateALCEndItemChar {get; set;}