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