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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual IntPtr Hwnd { get; set; }
Property Value
Type:
IntPtrThe window handle.
See Also