InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / HostChangedScreen Property


In This Topic
    HostChangedScreen Property
    In This Topic
    Gets a value indicating whether the host has changed a character on the screen
    Syntax
    'Declaration
     
    
    ReadOnly Property HostChangedScreen As Boolean
    'Usage
     
    
    Dim instance As IUtsScreen
    Dim value As Boolean
     
    value = instance.HostChangedScreen
    bool HostChangedScreen {get;}
    See Also