Click or drag to resize

CustomizePropertiesEventArgs Class

Provides data for the CustomizeProperties event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellCustomizePropertiesEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class CustomizePropertiesEventArgs : EventArgs

The CustomizePropertiesEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCustomizePropertiesEventArgs Initializes a new instance of theCustomizePropertiesEventArgs class.
Top
Properties
 NameDescription
Public propertyColumnsToDisplay Gets a modifiable list of shell columns to be displayed. This list is pre-populated with the default columns for the item. The event handler can clear, add to, or reorder this list.
Public propertyCustomProperties Gets a dictionary of custom key-value pairs to be added after the shell columns. The event handler can add custom properties here.
Public propertyItemIdList Gets the shell item for which properties are being displayed.
Public propertyShowPropertiesButton Gets or sets a value indicating whether the 'Properties' button should be shown for this item. The default value is determined by the component's ShowPropertiesButton property.
Top
See Also