ScreenSettleTime Property (IScreen)
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.
int ScreenSettleTime {get; set;}
'Declaration
Property ScreenSettleTime As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
instance.ScreenSettleTime = value
value = instance.ScreenSettleTime