JamShellColumnCollectionHasCustomColumns Method |
Returns true if the list contains custom columns.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool HasCustomColumns()
Public Function HasCustomColumns As Boolean
public:
bool HasCustomColumns()
member HasCustomColumns : unit -> bool
Return Value
Booleantrue if there are custom columns, false if all colums are ShellColumns or there are no columns at all.
See Also