Click or drag to resize

ShellFolderRemoveColumn Method (ShellFolderColumn)

Removes a column.

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

Parameters

column
Type: callback.ShellBoost.CoreShellFolderColumn
The column.

Return Value

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