Click or drag to resize

WindowProperty Constructor

Initializes a new instance of the WindowProperty class.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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