Click or drag to resize

Property Constructor

Initializes a new instance of the Property class.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public Property(
	PropertyKey key
)

Parameters

key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The key.
See Also