Click or drag to resize

ShellViewColumnsContains(SHCOLUMNID) Method

Determines whether the passed column is contained in the collection.

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

Parameters

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

Return Value

Boolean
true, if the column is found the collection, false otherwise.
See Also