ShellViewColumnsHide Method |
Removes the given column from the current view.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool Hide(
SHCOLUMNID pShellColumnId
)
Public Function Hide (
pShellColumnId As SHCOLUMNID
) As Boolean
public:
bool Hide(
SHCOLUMNID pShellColumnId
)
member Hide :
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