ShellItem Class |
Namespace: Jam.Shell
The ShellItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ShellItem(ItemIdList) |
Sets up a ShellItem
| |
| ShellItem(ItemIdList, String) |
Sets up a ShellItem with a custom caption
|
| Name | Description | |
|---|---|---|
| Caption |
The Caption of the Item, ie. the virtual system name.
| |
| IconImageIndex |
The icon image index that is displayed next to the itemname.
| |
| PIDL |
The ItemIdList this Item is associated with.
| |
| SystemImage |
Gets a Bitmap instance based upon the IconImageIndex |
| Name | Description | |
|---|---|---|
| CompareTo |
Compares to ShellItems by comparing their ItemIdLists.
CompareTo(ItemIdList) | |
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) |
| Name | Description | |
|---|---|---|
| Equality | Equality operator. | |
| GreaterThan | Greater-than comparison operator. | |
| GreaterThanOrEqual | Greater-than-or-equal comparison operator. | |
| Inequality | Inequality operator. | |
| LessThan | Less-than comparison operator. | |
| LessThanOrEqual | Less-than-or-equal comparison operator. |