Click or drag to resize

JamBaseShellListViewHideColumn Method

Hides the column with the passed SHCOLUMNID.

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

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
The SHCOLUMNID to hide.

Return Value

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