JamBaseShellListViewShowColumn Method |
Shows the column with the passed ShellColumnId.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected virtual int ShowColumn(
SHCOLUMNID pShellColumnId
)
Protected Overridable Function ShowColumn (
pShellColumnId As SHCOLUMNID
) As Integer
protected:
virtual int ShowColumn(
SHCOLUMNID pShellColumnId
)
abstract ShowColumn :
pShellColumnId : SHCOLUMNID -> int
override ShowColumn :
pShellColumnId : SHCOLUMNID -> int
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
The SHCOLUMNID representing the column.
Return Value
Type:
Int32
0 or more: the index of the added column.
-1: column couldn't be inserted.
See Also