Click or drag to resize

JamShellColumnCollectionShow(SHCOLUMNID) Method

Shows the shell column identified by the passed SHCOLUMNID at its default shell position.

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

Parameters

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

Return Value

JamShellColumnHeader
The column header.

Implements

IJamShellColumnCollectionShow(SHCOLUMNID)
See Also