Click or drag to resize

JamShellColumnHeaderShellIndex Property

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.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public int ShellIndex { get; set; }

Property Value

Type: Int32
The ShellIndex of the column; 0 is always the column containing the name of an item.
Remarks
The ShellIndex is an integer that identifies the column. It's meaning is relative to the SpecialFolder the List currently displays.
See Also