GetDynamicColumnDetailsEventArgs Class |
Namespace: callback.ShellBoost.Core
public sealed class GetDynamicColumnDetailsEventArgs : EventArgs
The GetDynamicColumnDetailsEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultWidth |
Gets or sets the dynamic's column width.
|
![]() | Flags |
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.
|
![]() | Folder |
Gets the opened Shell Folder instance.
|
![]() | HResult |
Gets or sets the operation HResult.
|
![]() | Name |
Gets or sets the dynamic's column name.
|
![]() | PropertyKey |
Gets the dynamic column's property key.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |