Click or drag to resize

JamShellColumnCollectionAddHeader Method (Int32, SHCOLUMNID)

Adds the header at the specified position.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public JamShellColumnHeader AddHeader(
	int pPosition,
	SHCOLUMNID pShellColumnId
)

Parameters

pPosition
Type: SystemInt32
The position.
pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID representing the column.

Return Value

Type: JamShellColumnHeader
The added JamShellColumnHeader.
See Also