JamShellColumnCollectionShow Method (SHCOLUMNID) |
Shows the shell column identified by the passed
SHCOLUMNID at its default shell position.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public JamShellColumnHeader Show(
SHCOLUMNID pShellColumnId
)
Public Function Show (
pShellColumnId As SHCOLUMNID
) As JamShellColumnHeader
public:
virtual JamShellColumnHeader^ Show(
SHCOLUMNID pShellColumnId
) sealed
abstract Show :
pShellColumnId : SHCOLUMNID -> JamShellColumnHeader
override Show :
pShellColumnId : SHCOLUMNID -> JamShellColumnHeader
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID identifying the shell column to be shown.
Return Value
Type:
JamShellColumnHeaderThe column header.
Implements
IJamShellColumnCollectionShow(SHCOLUMNID)See Also