Click or drag to resize

JamShellColumnCollectionAddHeader Method (Int32)

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

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

Parameters

pShellIndex
Type: SystemInt32
The shell index.

Return Value

Type: JamShellColumnHeader
The added JamShellColumnHeader.
See Also