Intersoft ClientUI Documentation
FindWindow Method (UXDesktop)



The name of the window to find.
Returns the Intersoft.Client.Framework.IWindow that matches the specified name in this control.
Syntax
Public Function FindWindow( _
   ByVal name As String _
) As IWindow
Dim instance As UXDesktop
Dim name As String
Dim value As IWindow
 
value = instance.FindWindow(name)
public IWindow FindWindow( 
   string name
)
public:
IWindow^ FindWindow( 
   String^ name
) 

Parameters

name
The name of the window to find.

Return Value

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