Click or drag to resize

JamBaseShellListViewHideColumn Method

Hides the column with the passed SHCOLUMNID.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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