Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / Close Method
Specifies how to handle the Save action when closing the view.


In This Topic
    Close Method (IView)
    In This Topic
    Closes the view.
    Syntax
    'Declaration
     
    
    Function Close( _
       ByVal option As CloseOption _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IView
    Dim option As CloseOption
    Dim value As ReturnCode
     
    value = instance.Close(option)

    Parameters

    option
    Specifies how to handle the Save action when closing the view.

    Return Value

    ReturnCode value indicates success or error conditions.
    See Also