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