Click or drag to resize

JamBaseShellListViewAddShellColumn(Int32) Method

Adds a shell column to the list view.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected virtual ColumnHeader AddShellColumn(
	int pShellColumnIndex
)

Parameters

pShellColumnIndex  Int32
The shell column index.

Return Value

ColumnHeader
The column header that has been created.
See Also