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()
Public Function IsCustomColumn As Boolean
public:
bool IsCustomColumn()
member IsCustomColumn : unit -> bool
Return Value
Type:
Booleantrue if the column is a custom column, false if it is a shell column.
See Also