Click or drag to resize

FileListShowColumn Method

Shows the column with the passed ShellColumnId.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override int ShowColumn(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
The SHCOLUMNID representing the column.

Return Value

Type: Int32
0 or more: the index of the added column. -1: column couldn't be inserted.
See Also