InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / AlternateALCEndItemChar Property


In This Topic
    AlternateALCEndItemChar Property
    In This Topic

    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.

    Syntax
    'Declaration
     
    
    Property AlternateALCEndItemChar As Integer
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As Integer
     
    instance.AlternateALCEndItemChar = value
     
    value = instance.AlternateALCEndItemChar
    int AlternateALCEndItemChar {get; set;}
    See Also