InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / ScreenSettleTime Property


In This Topic
    ScreenSettleTime Property (IT27Screen)
    In This Topic
    Gets or sets time duration during which there should be no host data changes.
    Syntax
    'Declaration
     
    
    Property ScreenSettleTime As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Integer
     
    instance.ScreenSettleTime = value
     
    value = instance.ScreenSettleTime
    int ScreenSettleTime {get; set;}
    Remarks
    This value is used in triggering the NewScreenReady event. The value is not persisted.
    See Also