Click or drag to resize

ManageColumnsEventArgsGetColumn Method

Gets a column by its property key.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.

Return Value

Type: ShellColumn
An instance of the ShellColumn class or null.
See Also