Intersoft ClientUI Documentation
GetVisibleWindows Method



Gets the collection of visible windows in the UXDesktop.
Syntax
Public Function GetVisibleWindows() As List(Of IWindow)
Dim instance As UXDesktop
Dim value As List(Of IWindow)
 
value = instance.GetVisibleWindows()
public List<IWindow> GetVisibleWindows()
public:
List<IWindow^>^ GetVisibleWindows(); 

Return Value

A list of visible windows that implement IWindow interface.
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