Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/09 13:57:51 (15 years ago)
Author:
mkommend
Message:

adapted MainForm to create DropDownButtons (ticket #716)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/ToolStripButtonItemBase.cs

    r2243 r2249  
    2727
    2828namespace HeuristicLab.MainForm {
    29   public abstract class ToolStripButtonItemBase : ToolStripItemBase, IToolStripItem {
     29  public abstract class ToolStripButtonItemBase : ToolStripItemBase, IToolStripButtonItem {
    3030    public override ToolStripItemDisplayStyle DisplayStyle {
    3131      get {
     
    3636      }
    3737    }
     38
     39    public virtual bool IsDropDownButton {
     40      get { return false; }
     41    }
    3842  }
    3943}
Note: See TracChangeset for help on using the changeset viewer.