Click or drag to resize

ShellItemEnumerationOptionsHwnd Property

If user input is required to perform the enumeration, this window handle can be used by the enumeration object as the parent window to take user input. May be IntPtr.Zero.

Namespace:  callback.ShellBoost.Core
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