Click or drag to resize

ShellColumn Class

Defines a Shell column.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreShellColumn

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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
See Also