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


In This Topic
    SOHClearsScreen Property
    In This Topic
    Gets or sets a value indicating whether a Start of Header clears the screen.
    Syntax
    'Declaration
     
    
    Property SOHClearsScreen As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.SOHClearsScreen = value
     
    value = instance.SOHClearsScreen
    bool SOHClearsScreen {get; set;}
    See Also