Click or drag to resize

ShellFolderAddColumn Method (PropertyKey, SHCOLSTATE)

Adds a column, defined as a property key, to this folder. If a column with the same property key was already present in the Columns collection, it will be replaced.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected ShellFolderColumn AddColumn(
	PropertyKey key,
	SHCOLSTATE state = SHCOLSTATE.SHCOLSTATE_DEFAULT
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
state (Optional)
Type: callback.ShellBoost.Core.WindowsShellSHCOLSTATE
The column state.

Return Value

Type: ShellFolderColumn
An instance of the ShellFolderColumn class.
See Also