Click or drag to resize

ViewSetVisibleColumn Method

Add a new column to the list of visible columns, or modify an existing column.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetVisibleColumn(
	ShellColumn column,
	bool throwOnError = true
)

Parameters

column
Type: callback.ShellBoost.CoreShellColumn
The column.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
See Also