Click or drag to resize

ShellColumn Constructor

Initializes a new instance of the ShellColumn class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellColumn(
	PropertyKey propertyKey
)

Parameters

propertyKey
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The column's property key.
See Also