Click or drag to resize

JamShellColumnHeader Class

Represents a single column header in a JamBaseShellListView control.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsColumnHeader
        Jam.ShellJamShellColumnHeader

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

The JamShellColumnHeader type exposes the following members.

Constructors
 NameDescription
Public methodJamShellColumnHeader Initializes a new instance of the JamShellColumnHeader class.
Public methodJamShellColumnHeader(ColumnHeader) Initializes a new instance of the JamShellColumnHeader class.
Public methodJamShellColumnHeader(String) Initializes a new instance of the JamShellColumnHeader class.
Top
Properties
 NameDescription
Public propertyFixedPosition Gets or sets a value indicating whether the column should have a fixed position rather than being moved by other shell columns.
Public propertyShellColumnId Gets or sets the ShellColumnId and loads the ColumnHeader for the ShellColumnId if the ColumnHeader is alreay part of a JamShellColumnCollection. Contents of the column are not loaded or refreshed however.
Public propertyShellIndex Gets or sets the ShellIndex of the column and loads the ColumnHeader for the ShellIndex if the ColumnHeader is alreay part of a JamShellColumnCollection. Contents of the column are not loaded or refreshed however.
Public propertyVisible Gets or sets a value indicating whether the column is currently visible.
Top
Methods
 NameDescription
Public methodIsCustomColumn Determines whether this column is a custom column instead of a shell column.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultColumnWidth The default column width.
Top
See Also