ShellViewColumnsClear Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
ICollectionTClearExamples
The following examples control the columns displayed in the ExplorerBrowser.
explorerBrowser1.Columns.Clear();
explorerBrowser1.Columns.Add(SHCOLUMNID.ShellColumnName);
explorerBrowser1.Columns.Add(SHCOLUMNID.ShellColumnSize);
explorerBrowser1.Columns.Add(SHCOLUMNID.ShellColumnParentFolder);
See Also