Gets or sets a value indicating whether the code stream can be modified.
[Visual Basic] Overridable Public ReadOnly Property CanEdit As Boolean [C#] public bool CanEdit {virtual get;} [C++] public: __property virtual bool get_CanEdit(); [JScript] public function get CanEdit() : Boolean;
true if the code stream can be modified; otherwise, false.
The editable state of the code stream may be affected by the checked out state of the document or if the file is read-only.
CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace