Click or drag to resize

ShellColumn Class

Defines a Shell column.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.CoreShellColumn

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

The ShellColumn type exposes the following members.

Constructors
  NameDescription
Public methodShellColumn
Initializes a new instance of the ShellColumn class.
Top
Properties
  NameDescription
Public propertyDefaultWidth
Gets or sets the column's default width.
Public propertyIdealWidth
Gets or sets the column's ideal width.
Public propertyName
Gets or sets the column's name. It's maximum size is MAX_COLUMN_NAME_LEN (80) characters.
Public propertyPropertyKey
Gets the column's property key.
Public propertyState
Gets or sets the column's state.
Public propertyWidth
Gets or sets the columns's width.
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 this instance.
(Overrides ObjectToString.)
Top
See Also