Click or drag to resize

JamShellColumnCollectionIsCustomColumn Method

Determines whether the column specified by the passed index is a custom column, i.e. no ShellColumn, but one that contains user defined data.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool IsCustomColumn(
	int pIndex
)

Parameters

pIndex  Int32
Index of the column.

Return Value

Boolean
True if the column exists and is a custom column, false otherwise. Passing values exeeding the range of existing columns returns false.
See Also