Click or drag to resize

ManageColumnsEventArgsSetVisibleColumn Method

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

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

Parameters

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