Click or drag to resize

ManageColumnsEventArgsSetVisibleColumn Method

Add a new column to the list, or modify an existing column from the list.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetVisibleColumn(
	ShellColumn column
)

Parameters

column
Type: callback.ShellBoost.CoreShellColumn
The column.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
See Also