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 (in ShellBrowser.dll) Version: 7.2
Syntax
protected void AddShellFolder(
	ShellBrowser p_ShellBrowser,
	ShellFolder p_ShellFolder,
	ShellComboBoxListKind p_Filter,
	bool p_Persistent
)

Parameters

p_ShellBrowser  ShellBrowser
The ShellBrowser instance to use.
p_ShellFolder  ShellFolder
The ShellFolder to add.
p_Filter  ShellComboBoxListKind
Whether to filter special/nonspecial items.
p_Persistent  Boolean
Whether the added items shall belong to the persistent items.
See Also