Click or drag to resize

Win32Window Constructor

Initializes a new instance of the Win32Window class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Win32Window(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The window handle.
See Also