Click or drag to resize

ShellFolderAddColumn Method (PropertyDescription, SHCOLSTATE)

Adds a column, defined as a property, 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(
	PropertyDescription property,
	SHCOLSTATE state = SHCOLSTATE.SHCOLSTATE_DEFAULT
)

Parameters

property
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The property.
state (Optional)
Type: callback.ShellBoost.Core.WindowsShellSHCOLSTATE
The state.

Return Value

Type: ShellFolderColumn
An instance of the ShellFolderColumn class.
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty is null.
See Also