UtilDesktopHwnd Property
Gets the window handle of the Desktop window (the window that contains the icons).
Namespace: DevCase.Core.Windows.DesktopAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IntPtr Hwnd { get; }
Public Shared ReadOnly Property Hwnd As IntPtr
Get
Dim value As IntPtr
value = UtilDesktop.Hwnd
public:
static property IntPtr Hwnd {
IntPtr get ();
}
static member Hwnd : IntPtr with get
No code example is currently available or this language may not be supported.
Property Value
IntPtr
The window handle of the Desktop window (the window that contains the icons).