ShellComboBox.AddShellFolder Method |
This method adds a list of persistent objects from a folder to the CustomFolderBox.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxprotected 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
)
member AddShellFolder :
p_ShellBrowser : ShellBrowser *
p_ShellFolder : ShellFolder *
p_Filter : ShellComboBox.ListKind *
p_Persistent : bool -> unit
Parameters
- p_ShellBrowser
- Type: Jam.Shell.ShellBrowser
The ShellBrowser instance to use. - p_ShellFolder
- Type: Jam.Shell.ShellFolder
The ShellFolder to add. - p_Filter
- Type: Jam.Shell.ShellComboBox.ListKind
Whether to filter special/nonspecial items. - p_Persistent
- Type: System.Boolean
Whether the added items shall belong to the persistent items.
See Also