- Timestamp:
- 04/15/10 16:06:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/View.cs
r3350 r3354 133 133 if (handler != null) 134 134 handler(this, EventArgs.Empty); 135 foreach (Control control in this.Controls) {136 IView view = control as IView;137 if (view != null)138 view.ReadOnly = this.readOnly;139 ViewHost viewHost = control as ViewHost;140 if (viewHost != null)141 viewHost.ReadOnly = this.readOnly;142 }143 135 } 144 136 }
Note: See TracChangeset
for help on using the changeset viewer.