Click or drag to resize

JamShellColumnHeaderIsCustomColumn Method

Determines whether this column is a custom column instead of a shell column.

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

Return Value

Type: Boolean
true if the column is a custom column, false if it is a shell column.
See Also