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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public JamShellColumnHeader AddHeader(
	int pShellIndex
)

Parameters

pShellIndex
Type: SystemInt32
The shell index.

Return Value

Type: JamShellColumnHeader
The added JamShellColumnHeader.
See Also