InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / HideLINCHeader Property


In This Topic
    HideLINCHeader Property
    In This Topic

    Gets or sets whether to display the header from a Unisys A-Series host application using third party (LINC) software on the T-27 screen.

    Syntax
    'Declaration
     
    
    Property HideLINCHeader As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.HideLINCHeader = value
     
    value = instance.HideLINCHeader
    bool HideLINCHeader {get; set;}
    See Also