Click or drag to resize

ManageColumnsEventArgs.RemoveVisibleColumn Method

Removes a column from the list.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The column property key.

Return Value

Type: Boolean
true if the column was removed; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
See Also