Click or drag to resize

ManageColumnsEventArgsGetColumn Method

Gets a column by its property key.

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

Parameters

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

Return Value

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