Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ClearScreen Method


In This Topic
ClearScreen Method
In This Topic
Clears the current screen in display memory.
Syntax
'Declaration
 
Function ClearScreen() As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim value As ReturnCode
 
value = instance.ClearScreen()

Return Value

ReturnCode indicating success/failure/status
See Also