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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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