Click or drag to resize

JamShellColumnCollectionHasCustomColumns Method

Returns true if the list contains custom columns.

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

Return Value

Type: Boolean
true if there are custom columns, false if all colums are ShellColumns or there are no columns at all.
See Also