Click or drag to resize

ViewRemoveVisibleColumn Method

Removes a visible column from the list of columns.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The column property key.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

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