Click or drag to resize

ShellViewColumnsRemove Method (SHCOLUMNID)

Removes the specified column.

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