JamBaseShellListViewAddShellColumn(Int32) Method |
Adds a shell column to the list view.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected virtual ColumnHeader AddShellColumn(
int pShellColumnIndex
)
Protected Overridable Function AddShellColumn (
pShellColumnIndex As Integer
) As ColumnHeader
protected:
virtual ColumnHeader^ AddShellColumn(
int pShellColumnIndex
)
abstract AddShellColumn :
pShellColumnIndex : int -> ColumnHeader
override AddShellColumn :
pShellColumnIndex : int -> ColumnHeader
Parameters
- pShellColumnIndex Int32
- The shell column index.
Return Value
ColumnHeaderThe column header that has been created.
See Also