JamBaseShellListViewHideColumn Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected virtual int HideColumn(
SHCOLUMNID pShellColumnId
)
Protected Overridable Function HideColumn (
pShellColumnId As SHCOLUMNID
) As Integer
protected:
virtual int HideColumn(
SHCOLUMNID pShellColumnId
)
abstract HideColumn :
pShellColumnId : SHCOLUMNID -> int
override HideColumn :
pShellColumnId : SHCOLUMNID -> int
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
The SHCOLUMNID to hide.
Return Value
Type:
Int32
not used. Currently -2 means that the name column cannot be hidden.
See Also