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


In This Topic
    ClearDisplayMemory Method
    In This Topic
    Clears all display memory including the currently displayed screen.
    Syntax
    'Declaration
     
    
    Function ClearDisplayMemory() As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim value As ReturnCode
     
    value = instance.ClearDisplayMemory()
    ReturnCode ClearDisplayMemory()

    Return Value

    ReturnCode indicating success/failure/status
    See Also