Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ScreenSettleTime Property


In This Topic
ScreenSettleTime Property (IScreen)
In This Topic
Gets or sets time duration during which there should be no host data changes. This value is used in triggering the ScreenReady event. The value is not persisted.
Syntax
'Declaration
 
Property ScreenSettleTime As Integer
 
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.ScreenSettleTime = value
 
value = instance.ScreenSettleTime
See Also