Click or drag to resize

ShellFolderRemoveColumn Method (PropertyKey)

Removes a column using the related property's key.

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

Parameters

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

Return Value

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