Click or drag to resize

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
)

Parameters

pShellBrowser
Type: Jam.ShellShellBrowser
The ShellBrowser instance collecting the objects.

Return Value

Type: Boolean
trueif one or more items have been successfully prepared; otherwise false
See Also