ShellViewColumnsRemove Method (SHCOLUMNID) |
Removes the specified column.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool Remove(
SHCOLUMNID pShellColumnId
)
Public Function Remove (
pShellColumnId As SHCOLUMNID
) As Boolean
public:
bool Remove(
SHCOLUMNID pShellColumnId
)
member Remove :
pShellColumnId : SHCOLUMNID -> bool
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
Return Value
Type:
BooleanTrue, if the column was hidden, false if wasn't available or removing failed.
See Also