Click or drag to resize

JamBaseShellListViewAddShellColumn Method (Int32)

Adds a shell column to the list view.

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

Parameters

pShellColumnIndex
Type: SystemInt32
The shell column index.

Return Value

Type: ColumnHeader
The column header that has been created.
See Also