Click or drag to resize

ShellViewColumn Class

Item inside a ShellViewColumns collection.
Inheritance Hierarchy
SystemObject
  Jam.ShellShellViewColumn

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

The ShellViewColumn type exposes the following members.

Properties
 NameDescription
Public propertyCaption Gets or sets the caption of the column.
Public propertyShellColumnId Gets the key of the column.
Public propertyWidth Gets or sets the width in pixels of the column.
Top
Methods
 NameDescription
Public methodAutoSizeWidth Resizes the Width to fit the content width.
Public methodDefaultSizeWidth Resets the Width to it's default value.
Public methodEquals Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
Top
See Also