Click or drag to resize

JamBaseShellListViewGetColumnHeaderCollectionType Method

Gets the type of the column header collection.

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

Return Value

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