Shell |
The ShellComboItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShellComboItem(ItemIdList, String, Int32) | Sets up a non persistent ShellComboItem. You need to construct a ShellComboItem with ShellComboItem(ItemIdList, String, Int32, Boolean) to explicitly create persistent items |
![]() | ShellComboItem(ItemIdList, String, Int32, Boolean) | Sets up a ShellComboItem. |
Name | Description | |
---|---|---|
![]() | Caption |
The Caption of the Item, ie. the virtual system name.
(Inherited from ShellItem) |
![]() | IconImageIndex |
The icon image index that is displayed next to the itemname.
(Inherited from ShellItem) |
![]() | Indent | The indent of the item when displayed according to the depth in the folder hierarchy |
![]() | IsPersistent | Persistent items have this flags set. Those Items are visible all the time and need not to be removed if e.g. a folder change event occurs |
![]() | PIDL |
The ItemIdList this Item is associated with.
(Inherited from ShellItem) |
![]() | SystemImage |
Gets a Bitmap instance based upon the IconImageIndex (Inherited from ShellItem) |
Name | Description | |
---|---|---|
![]() | CompareTo(ShellComboItem) | The method compares to ShellItems whith each other. |
![]() | CompareTo(ShellItem) |
Compares to ShellItems by comparing their ItemIdLists.
CompareTo(ItemIdList) (Inherited from ShellItem) |
![]() | DrawItem | Draws the item within the combobox |
![]() | Equals |
Determines whether the specified Object is equal to the current
Object.
(Inherited from ShellItem) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from ShellItem) |