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.0
Syntax
public bool Hide(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

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