Click or drag to resize

JamShellColumnCollectionAdd(SHCOLUMNID) Method

Adds the shell column identified by the passed SHCOLUMNID.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamShellColumnHeader Add(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId  SHCOLUMNID
A SHCOLUMNID identifying the shell column to be added.

Return Value

JamShellColumnHeader
The column header.

Implements

IJamShellColumnCollectionAdd(SHCOLUMNID)
See Also