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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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