Opened 15 years ago
Last modified 14 years ago
#973 closed feature request
View.ReadOnly property — at Version 3
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | MainForm | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by mkommend)
Every view should contain a ReadOnly property which specifies if the content could be changed. This property could be set in the ctor or by the virtual setter.
Change History (3)
comment:1 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 15 years ago by mkommend
comment:3 Changed 15 years ago by mkommend
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
implemented first version of View.ReadOnly and adapted some views to the new mechanism r3350