Click or drag to resize

GetDynamicColumnDetailsEventArgs Class

Provides data for the GetDynamicColumnDetails event of the ShellFolder type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.CoreGetDynamicColumnDetailsEventArgs

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class GetDynamicColumnDetailsEventArgs : EventArgs

The GetDynamicColumnDetailsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDefaultWidth
Gets or sets the dynamic's column width.
Public propertyFlags
Gets or sets the dynamic column's view flags. Note only PDVF_CANWRAP, PDVF_FILLAREA, PDVF_RIGHTALIGN, PDVF_HIDELABEL, PDVF_CENTERALIGN, PDVF_BEGINNEWGROUP are supported for dynamic columns.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyHResult
Gets or sets the operation HResult.
Public propertyName
Gets or sets the dynamic's column name.
Public propertyPropertyKey
Gets the dynamic column's property key.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also