Click or drag to resize

ShellViewColumnsHide Method

Removes the given column from the current view.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public bool Hide(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId  SHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

Boolean
True, if the column was hidden, false if wasn't available or removing failed.
See Also