Click or drag to resize

JamBaseShellListViewPrepareMultiObjects Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Handled via IShellCommandInvokable now")]
protected virtual bool PrepareMultiObjects()

Return Value

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