Reflection
ForceRefresh Method


Forces the terminal control to refresh.
Syntax
'Declaration
 
Public Sub ForceRefresh() 
'Usage
 
Dim instance As IbmTerminalControl
 
instance.ForceRefresh()
public void ForceRefresh()
See Also