JamBaseShellListViewAddShellColumn Method (Int32) |
Adds a shell column to the list view.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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
- Type: SystemInt32
The shell column index.
Return Value
Type:
ColumnHeaderThe column header that has been created.
See Also