JamBaseShellListViewAddShellColumn Method (Int32, Int32) |
Adds a shell column with the given width to the list view.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected virtual JamShellColumnHeader AddShellColumn(
int pShellColumnIndex,
int pWidth
)
Protected Overridable Function AddShellColumn (
pShellColumnIndex As Integer,
pWidth As Integer
) As JamShellColumnHeader
protected:
virtual JamShellColumnHeader^ AddShellColumn(
int pShellColumnIndex,
int pWidth
)
abstract AddShellColumn :
pShellColumnIndex : int *
pWidth : int -> JamShellColumnHeader
override AddShellColumn :
pShellColumnIndex : int *
pWidth : int -> JamShellColumnHeader
Parameters
- pShellColumnIndex
- Type: SystemInt32
The shell column index. - pWidth
- Type: SystemInt32
The width the column should have.
Return Value
Type:
JamShellColumnHeaderThe JamShellColumnHeader that has been created.
See Also