Click or drag to resize

JamBaseShellListViewShowColumn Method

Shows the column with the passed ShellColumnId.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected virtual int ShowColumn(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId  SHCOLUMNID
The SHCOLUMNID representing the column.

Return Value

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