This method adds a list of persistent objects from a folder to the CustomFolderBox.
| C# | Visual Basic | Visual C++ |
protected void AddShellFolder( ShellBrowser p_ShellBrowser, ShellFolder p_ShellFolder, ShellComboBox..::.ListKind p_Filter, bool p_Persistent )
Protected Sub AddShellFolder ( _ p_ShellBrowser As ShellBrowser, _ p_ShellFolder As ShellFolder, _ p_Filter As ShellComboBox..::.ListKind, _ p_Persistent As Boolean _ )
protected: void AddShellFolder( ShellBrowser^ p_ShellBrowser, ShellFolder p_ShellFolder, ShellComboBox..::.ListKind p_Filter, bool p_Persistent )
- p_ShellBrowser (ShellBrowser)
- The ShellBrowser instance to use.
- p_ShellFolder (ShellFolder)
- The ShellFolder to add.
- p_Filter (ShellComboBox..::.ListKind)
- Whether to filter special/nonspecial items.
- p_Persistent (Boolean)
- Whether the added items shall belong to the persistent items.