[This is preliminary documentation and is subject to change.]
Gets all the top-level windows
Namespace: Tools.WindowsT.NativeTAssembly: 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
| Exception | Condition |
|---|---|
| Tools.API..::..Win32APIException | An error occured |