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 public virtual IntPtr Hwnd { get; set; }
Property Value
Type:
IntPtrThe window handle.
See Also