Click or drag to resize

JamBaseShellListViewIsCustomColumn Method

Checks whether the given column index is a custom or shell column

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool IsCustomColumn(
	int index
)

Parameters

index
Type: SystemInt32
The index of the column that should be checked (0 for first column)

Return Value

Type: Boolean
True if it`s a custom column. False if it`s a shell column or we cannot check (because there are no columns)
See Also