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.1
Syntax public int ShellIndex { get; set; }
Public Property ShellIndex As Integer
Get
Set
public:
property int ShellIndex {
int get ();
void set (int value);
}
member ShellIndex : int with 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