MenuInvokeOptionsHwnd Property |
Gets or sets a handle to the window that is the owner of the shortcut menu. An extension can also use this handle as the owner of any message boxes or dialog boxes it displays.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual IntPtr Hwnd { get; set; }
Property Value
Type:
IntPtrThe window handle.
See Also