SystemShellListItemCollectionT Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntaxpublic SystemShellListItemCollection(
bool isReadOnly
)
Public Sub New (
isReadOnly As Boolean
)
public:
SystemShellListItemCollection(
bool isReadOnly
)
new :
isReadOnly : bool -> SystemShellListItemCollection
Parameters
- isReadOnly
- Type: SystemBoolean
if set to true the collection is readonly.
See Also