Click or drag to resize

Property Constructor

Initializes a new instance of the Property class.

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

Parameters

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