Click or drag to resize

JamBaseShellListViewAddShellColumn Method (Int32)

Adds a shell column to the list view.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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