Intersoft ClientUI Documentation
ActivateWindow(IWindow) Method



The window object to be activated.
Activates the specified window to the foreground.
Syntax
Public Overloads Overridable Sub ActivateWindow( _
   ByVal item As IWindow _
) 
Dim instance As UXDesktop
Dim item As IWindow
 
instance.ActivateWindow(item)
public virtual void ActivateWindow( 
   IWindow item
)
public:
virtual void ActivateWindow( 
   IWindow^ item
) 

Parameters

item
The window object to be activated.
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
Overload List

Send Feedback