Sets up a ShellComboItem.
| C# | Visual Basic | Visual C++ |
public ShellComboItem( ItemIdList p_PIDL, string p_Caption, int p_Indent, bool p_Persistent )
Public Sub New ( _ p_PIDL As ItemIdList, _ p_Caption As String, _ p_Indent As Integer, _ p_Persistent As Boolean _ )
public: ShellComboItem( ItemIdList^ p_PIDL, String^ p_Caption, int p_Indent, bool p_Persistent )
- 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
- p_Persistent (Boolean)
- true if the the Item is persistent