Click or drag to resize

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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IntPtr Hwnd { get; set; }

Property Value

Type: IntPtr
The window handle.
See Also