Intersoft ClientUI Documentation
CloseWindow Method



The window to be closed.
Close the specified window.
Syntax
Public Sub CloseWindow( _
   ByVal item As IWindow _
) 
Dim instance As UXDesktop
Dim item As IWindow
 
instance.CloseWindow(item)
public void CloseWindow( 
   IWindow item
)
public:
void CloseWindow( 
   IWindow^ item
) 

Parameters

item
The window to be closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDesktop Class
UXDesktop Members

Send Feedback