ManageColumnsEventArgs Class |
Namespace: ShellBoost.Core
public sealed class ManageColumnsEventArgs : EventArgs
The ManageColumnsEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Columns |
Gets the columns list.
By default, the list of columns contains all columns defined on the ShellFolder, including non visible ones.
If you want to get only the visible columns, change the ShellFolder's InitializeOptions property value.
| |
Folder |
Gets the opened Shell Folder instance.
| |
HResult |
Gets or sets the operation HResult.
| |
Type |
Gets the type of event.
|
Name | Description | |
---|---|---|
GetColumn |
Gets a column by its property key.
| |
RemoveVisibleColumn |
Removes a column from the list.
| |
SetVisibleColumn |
Add a new column to the list, or modify an existing column from the list.
|