JamShellColumnCollectionShow Method (SHCOLUMNID, Int32) |
Shows the specified shell column at the position passed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected JamShellColumnHeader Show(
SHCOLUMNID pShellColumnId,
int pPos
)
Protected Function Show (
pShellColumnId As SHCOLUMNID,
pPos As Integer
) As JamShellColumnHeader
protected:
JamShellColumnHeader^ Show(
SHCOLUMNID pShellColumnId,
int pPos
)
member Show :
pShellColumnId : SHCOLUMNID *
pPos : int -> JamShellColumnHeader
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
The shell column to be displayed. - pPos
- Type: SystemInt32
The position to show it at.
Return Value
Type:
JamShellColumnHeaderA
JamShellColumnHeader for the newly created header. Returns null, if the passed SHCOLUMNID is not available.
See Also