ShellBrowserReadOnly Property |
If set to 'true', context menu operations that make changes to the file system will not be executed.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ReadOnly { get; set; }Public Property ReadOnly As Boolean
Get
Set
public:
property bool ReadOnly {
bool get ();
void set (bool value);
}member ReadOnly : bool with get, set
Property Value
Boolean
See Also