ContextMenuOptionsHwnd Property |
Gets or sets the owner window handle.
If unset a window will be created automatically.
If set, the window must override the window procedure and call the ShellBoost.Core.WindowsShell.Menu.HandleContextMenuMessage method with the window message.
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:
IntPtr
The owner window handle.
See Also