Click or drag to resize

JamShellColumnCollectionShow Method (SHCOLUMNID, Int32)

Shows the specified shell column at the position passed.

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

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
The shell column to be displayed.
pPos
Type: SystemInt32
The position to show it at.

Return Value

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