Click or drag to resize

ShellComboBoxAddShellFolder 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,
	ShellComboBoxListKind p_Filter,
	bool p_Persistent
)

Parameters

p_ShellBrowser
Type: Jam.ShellShellBrowser
The ShellBrowser instance to use.
p_ShellFolder
Type: Jam.ShellShellFolder
The ShellFolder to add.
p_Filter
Type: Jam.ShellShellComboBoxListKind
Whether to filter special/nonspecial items.
p_Persistent
Type: SystemBoolean
Whether the added items shall belong to the persistent items.
See Also