InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / Close Method
Specifies how to handle the Save action when closing the control.


In This Topic
    Close Method (IWebControl)
    In This Topic
    Closes the terminal session with the close option.
    Syntax
    'Declaration
     
    
    Function Close( _
       ByVal option As CloseOption _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IWebControl
    Dim option As CloseOption
    Dim value As ReturnCode
     
    value = instance.Close(option)

    Parameters

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

    Return Value

    ReturnCode value indicates success or error conditions.
    See Also