Click or drag to resize

ShellViewColumnsRemove(SHCOLUMNID) Method

Removes the specified column.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public bool Remove(
	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