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


In This Topic
    ScreenSettleState Property (IUtsScreen)
    In This Topic
    Gets a value indicating the settle state (stability) of the current screen.
    Syntax
    'Declaration
     
    
    ReadOnly Property ScreenSettleState As Boolean
    'Usage
     
    
    Dim instance As IUtsScreen
    Dim value As Boolean
     
    value = instance.ScreenSettleState
    bool ScreenSettleState {get;}
    See Also