Click or drag to resize

JamShellColumnCollectionShow(SHCOLUMNID, Int32) Method

Shows the specified shell column at the position passed.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected JamShellColumnHeader Show(
	SHCOLUMNID pShellColumnId,
	int pPos
)

Parameters

pShellColumnId  SHCOLUMNID
The shell column to be displayed.
pPos  Int32
The position to show it at.

Return Value

JamShellColumnHeader
A JamShellColumnHeader for the newly created header. Returns null, if the passed SHCOLUMNID is not available.
See Also