Sets up a non persistent ShellComboItem.
You need to construct a ShellComboItem with
to explicitly create persistent items
| C# | Visual Basic | Visual C++ |
public ShellComboItem( ItemIdList p_PIDL, string p_Caption, int p_Indent )
Public Sub New ( _ p_PIDL As ItemIdList, _ p_Caption As String, _ p_Indent As Integer _ )
public: ShellComboItem( ItemIdList^ p_PIDL, String^ p_Caption, int p_Indent )
- p_PIDL (ItemIdList)
- Its ItemIdList
- p_Caption (String)
- the caption displayed in the dropdown-menu
- p_Indent (Int32)
- The Indentation of the item if displayed in the tree structure