JamBaseShellListViewShowColumn Method |
Shows the column with the passed ShellColumnId.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 SHCOLUMNID
- The SHCOLUMNID representing the column.
Return Value
Int32
0 or more: the index of the added column.
-1: column couldn't be inserted.
See Also