[This is preliminary documentation and is subject to change.]
Gets window that represents the desktop
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static Win32Window Desktop { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property Desktop As Win32Window Get |
| Visual C++ |
|---|
public: static property Win32Window^ Desktop { Win32Window^ get (); } |
| F# |
|---|
static member Desktop : Win32Window |
| JScript |
|---|
static function get Desktop () : Win32Window |
Exceptions
| Exception | Condition |
|---|---|
| Tools.API..::..Win32APIException | An error occured |