Click or drag to resize

ShellViewColumnsClear Method

Removes all items from the ICollectionT.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public void Clear()

Implements

ICollectionTClear
Example
The following examples control the columns displayed in the ExplorerBrowser.
C#
explorerBrowser1.Columns.Clear();
explorerBrowser1.Columns.Add(SHCOLUMNID.ShellColumnName);
explorerBrowser1.Columns.Add(SHCOLUMNID.ShellColumnSize);
explorerBrowser1.Columns.Add(SHCOLUMNID.ShellColumnParentFolder);
See Also