Attachmate Reflection 2014 .NET API Reference
Close Method (IView)


Specifies how to handle the Save action when closing the view.
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)
ReturnCode Close( 
   CloseOption option
)

Parameters

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

Return Value

ReturnCode value indicates success or error conditions.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IView Interface
IView Members

Send Feedback