Click or drag to resize

ShellViewColumnsContains Method (SHCOLUMNID)

Determines whether the passed column is contained in the collection.

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

Parameters

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

Return Value

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