Click or drag to resize

ShellFolderColumns Property

Gets this folder's columns.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<ShellFolderColumn> Columns { get; }

Property Value

Type: IReadOnlyListShellFolderColumn
A list of columns.
See Also