InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ShowControlCharacters Property


In This Topic
    ShowControlCharacters Property
    In This Topic
    When this property is set to True, InfoConnect displays control characters but does not execute the functions these characters would otherwise perform.
    Syntax
    'Declaration
     
    
    Property ShowControlCharacters As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.ShowControlCharacters = value
     
    value = instance.ShowControlCharacters
    bool ShowControlCharacters {get; set;}
    See Also