Click or drag to resize

ManageColumnsEventArgsRemoveVisibleColumn Method

Removes a column from the list.

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

Parameters

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

Return Value

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