Click or drag to resize

JamBaseShellListViewGetColumnHeaderCollectionType Method

Gets the type of the column header collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual Type GetColumnHeaderCollectionType()

Return Value

Type: Type
JamShellColumnCollection currently, since it is not overwritten by any subclasses.
See Also