Click or drag to resize

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
Syntax
protected void AddShellFolder(
	ShellBrowser p_ShellBrowser,
	ShellFolder p_ShellFolder,
	ShellComboBox.ListKind p_Filter,
	bool p_Persistent
)

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