Click or drag to resize

JamShellColumnCollectionAddHeader(Int32) Method

Adds the header for the passed shell index. Doesn't load contents.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamShellColumnHeader AddHeader(
	int pShellIndex
)

Parameters

pShellIndex  Int32
The shell index.

Return Value

JamShellColumnHeader
The added JamShellColumnHeader.
See Also