ManageColumnsEventArgs Class |
Namespace: callback.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 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetColumn |
Gets a column by its property key.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RemoveVisibleColumn |
Removes a column from the list.
| |
SetVisibleColumn |
Add a new column to the list, or modify an existing column from the list.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |