Click or drag to resize

WindowProperty Constructor

Initializes a new instance of the WindowProperty class.

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

Parameters

name
Type: SystemString
The name.
handle
Type: SystemIntPtr
The handle.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also