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