FileContextReadOnlySource Property
Determines if source file is read-only, so the user should not be able to save changes back to it.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool ReadOnlySource { get; set; }
Public Property ReadOnlySource As Boolean
Get
Set
public:
property bool ReadOnlySource {
bool get ();
void set (bool value);
}
member ReadOnlySource : bool with get, set
Property Value
Boolean