CustomFileListTPrepareMultiObjects Method (ShellBrowser) |
Prepares the selected items in the list for being used with the m_ShellBrowser, an
instance of
ShellBrowser.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool PrepareMultiObjects(
ShellBrowser pShellBrowser
)
Protected Function PrepareMultiObjects (
pShellBrowser As ShellBrowser
) As Boolean
protected:
bool PrepareMultiObjects(
ShellBrowser^ pShellBrowser
)
member PrepareMultiObjects :
pShellBrowser : ShellBrowser -> bool
Parameters
- pShellBrowser
- Type: Jam.ShellShellBrowser
The ShellBrowser instance collecting the objects.
Return Value
Type:
Booleantrueif one or more items have been successfully prepared; otherwise
falseSee Also