Click or drag to resize

Win32WindowHandle Property

Gets the window handle.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IntPtr Handle { get; }

Property Value

Type: IntPtr
The window handle.

Implements

IWin32WindowHandle
See Also