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

Gets window that represents the desktop

Namespace: Tools.WindowsT.NativeT
Assembly: 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

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

See Also