Click or drag to resize

CustomFileListTPrepareMultiObjects(ShellBrowser) Method

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.2
Syntax
protected bool PrepareMultiObjects(
	ShellBrowser pShellBrowser
)

Parameters

pShellBrowser  ShellBrowser
The ShellBrowser instance collecting the objects.

Return Value

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