Click or drag to resize

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:  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 owner window handle.
See Also