Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/10 19:43:05 (14 years ago)
Author:
mkommend
Message:

Adjusted the SetEnabledStateOfControls method in all views, added the Enabled property into the IView interface and adapted the ViewHost, View and ContentView class (ticket #1155).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.3/Interfaces/IView.cs

    r4068 r4435  
    2727    string Caption { get; set; }
    2828    bool ReadOnly { get; set; }
     29    bool Enabled { get; set; }
     30
     31    event EventHandler CaptionChanged;
    2932    event EventHandler ReadOnlyChanged;
    30     event EventHandler CaptionChanged;
     33    event EventHandler EnabledChanged;
    3134    event EventHandler Changed;
    3235
Note: See TracChangeset for help on using the changeset viewer.