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.1
Syntax
public bool IsCustomColumn(
	int pIndex
)

Parameters

pIndex
Type: SystemInt32
Index of the column.

Return Value

Type: 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