ShellBrowserBaseMultiObjects Property |
Holds a list of files that serves as selection for some operations like showing the context menu.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic JamItemIdListCollection MultiObjects { get; }Public ReadOnly Property MultiObjects As JamItemIdListCollection
Get
public:
property JamItemIdListCollection^ MultiObjects {
JamItemIdListCollection^ get ();
}member MultiObjects : JamItemIdListCollection with get
Property Value
JamItemIdListCollection
RemarksFiles contained in MultiObjects have to be relative to the
Folder property of the Shellbrowser instance.
See Also