Click or drag to resize

View.RemoveVisibleColumn 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.WindowsPropertySystem.PropertyKey
The column property key.
throwOnError (Optional)
Type: System.Boolean
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