JamShellColumnHeaderIsCustomColumn Method |
Determines whether this column is a custom column instead of a shell column.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsCustomColumn()
Public Function IsCustomColumn As Boolean
public:
bool IsCustomColumn()
member IsCustomColumn : unit -> bool
Return Value
Booleantrue if the column is a custom column, false if it is a shell column.
See Also