Click or drag to resize

ManageColumnsEventArgs Properties

The ManageColumnsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyColumns
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.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyHResult
Gets or sets the operation HResult.
Public propertyType
Gets the type of event.
Top
See Also