Click or drag to resize

JamBaseShellListViewAddShellColumn(Int32, Int32) Method

Adds a shell column with the given width to the list view.

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

Parameters

pShellColumnIndex  Int32
The shell column index.
pWidth  Int32
The width the column should have.

Return Value

JamShellColumnHeader
The JamShellColumnHeader that has been created.
See Also