Intersoft ClientUI Documentation
FindWindow Method (UXDesktopDockButton)



The target items control that hosts a collection of IWindow.
The flags that specifies the attributes to be included in the search.
Finds the window associated to this button.
Syntax
Public Function FindWindow( _
   ByVal control As ItemsControl, _
   ByVal searchFlags As SearchFlags _
) As IWindow
Dim instance As UXDesktopDockButton
Dim control As ItemsControl
Dim searchFlags As SearchFlags
Dim value As IWindow
 
value = instance.FindWindow(control, searchFlags)
public IWindow FindWindow( 
   ItemsControl control,
   SearchFlags searchFlags
)
public:
IWindow^ FindWindow( 
   ItemsControl^ control,
   SearchFlags searchFlags
) 

Parameters

control
The target items control that hosts a collection of IWindow.
searchFlags
The flags that specifies the attributes to be included in the search.

Return Value

Returns IWindow object.
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

UXDesktopDockButton Class
UXDesktopDockButton Members

Send Feedback