Intersoft ClientUI Documentation
ActivateWindow(Int32) Method



The window's index to be activated.
Activates the window given its index to the foreground.
Syntax
Public Overloads Overridable Sub ActivateWindow( _
   ByVal index As Integer _
) 
Dim instance As UXDesktop
Dim index As Integer
 
instance.ActivateWindow(index)
public virtual void ActivateWindow( 
   int index
)
public:
virtual void ActivateWindow( 
   int index
) 

Parameters

index
The window's index 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