Click or drag to resize

JamBaseShellListViewHideColumn Method

Hides the column with the passed SHCOLUMNID.

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

Parameters

pShellColumnId  SHCOLUMNID
The SHCOLUMNID to hide.

Return Value

Int32
not used. Currently -2 means that the name column cannot be hidden.
See Also