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.1
Syntax protected void AddShellFolder(
ShellBrowser p_ShellBrowser,
ShellFolder p_ShellFolder,
ShellComboBoxListKind p_Filter,
bool p_Persistent
)
Protected Sub AddShellFolder (
p_ShellBrowser As ShellBrowser,
p_ShellFolder As ShellFolder,
p_Filter As ShellComboBoxListKind,
p_Persistent As Boolean
)
protected:
void AddShellFolder(
ShellBrowser^ p_ShellBrowser,
ShellFolder p_ShellFolder,
ShellComboBoxListKind p_Filter,
bool p_Persistent
)
member AddShellFolder :
p_ShellBrowser : ShellBrowser *
p_ShellFolder : ShellFolder *
p_Filter : ShellComboBoxListKind *
p_Persistent : bool -> unit
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