Click or drag to resize

ShellFolderRemoveColumn Method (PropertyKey)

Removes a column using the related property's key.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected bool RemoveColumn(
	PropertyKey key
)

Parameters

key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The key.

Return Value

Type: Boolean
true if the column was removed, false otherwise.
See Also