Click or drag to resize

JamShellColumnCollectionShow Method (SHCOLUMNID)

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

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

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID identifying the shell column to be shown.

Return Value

Type: JamShellColumnHeader
The column header.

Implements

IJamShellColumnCollectionShow(SHCOLUMNID)
See Also