Click or drag to resize

ShellSystemListAllColumns Property

Gets a list of all columns that are supported in the current view. These depend on what the control currently displays. Not supported on Windows XP.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public ShellViewColumns AllColumns { get; }

Property Value

ShellViewColumns
A ShellViewColumns collection containing all columns supported by the current view.
See Also