[This is preliminary documentation and is subject to change.]

Gets all the top-level windows

Namespace: Tools.WindowsT.NativeT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public static IReadOnlyList<Win32Window> TopLevelWindows { get; }
Visual Basic
Public Shared ReadOnly Property TopLevelWindows As IReadOnlyList(Of Win32Window)
	Get
Visual C++
public:
static property IReadOnlyList<Win32Window^>^ TopLevelWindows {
	IReadOnlyList<Win32Window^>^ get ();
}
F#
static member TopLevelWindows : IReadOnlyList<Win32Window>
JScript
static function get TopLevelWindows () : IReadOnlyList<Win32Window>

Return Value

List of all top-level windows

Exceptions

ExceptionCondition
Tools.API..::..Win32APIExceptionAn error occured

See Also