JamBaseShellListViewGetColumnHeaderCollectionType Method |
Gets the type of the column header collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxprotected virtual Type GetColumnHeaderCollectionType()
Protected Overridable Function GetColumnHeaderCollectionType As Type
protected:
virtual Type^ GetColumnHeaderCollectionType()
abstract GetColumnHeaderCollectionType : unit -> Type
override GetColumnHeaderCollectionType : unit -> Type
Return Value
Type:
TypeJamShellColumnCollection currently, since it is not overwritten by any subclasses.
See Also