ShellBrowser .Net Edition
ShellComboItem Class
NamespacesJam.ShellShellComboItem
This class keeps information about the items displayed in the ShellComboBox.
Declaration Syntax
C#Visual BasicVisual C++
public class ShellComboItem : ShellItem, 
	IComparable<ShellComboItem>
Public Class ShellComboItem _
	Inherits ShellItem _
	Implements IComparable(Of ShellComboItem)
public ref class ShellComboItem : public ShellItem, 
	IComparable<ShellComboItem^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ShellComboItem(ItemIdList, String, Int32)
Sets up a non persistent ShellComboItem. You need to construct a ShellComboItem with to explicitly create persistent items

ShellComboItem(ItemIdList, String, Int32, Boolean)
Sets up a ShellComboItem.

Caption
The Caption of the Item, ie. the virtual system name.
(Inherited from ShellItem.)
CompareTo(ShellComboItem)
The method compares to ShellItems whith each other.

CompareTo(ShellItem)
Compares to ShellItems by comparing their ItemIdLists. ItemIdList
(Inherited from ShellItem.)
DrawItem(Control, DrawItemEventArgs, Boolean)
Draws the item within the combobox

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
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

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PIDL
The ItemIdList this Item is associated with.
(Inherited from ShellItem.)
SystemImage
Gets a Bitmap instance based upon the
(Inherited from ShellItem.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ShellItem
 ShellComboItem

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)