CustomFileListTReadOnly Property |
Prevents operations that change the file system from being executed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanRemarks To be able to rename files you also need to set
LabelEditSee Also