Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm/3.2/Interfaces/IToolBarSeparatorItem.cs @ 2620

Last change on this file since 2620 was 2514, checked in by mkommend, 15 years ago

added ability to generate separators in between menu- and toolbaritems (ticket #771)

File size: 197 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.MainForm {
7  public interface IToolBarSeparatorItem : IToolBarItem {
8  }
9}
Note: See TracBrowser for help on using the repository browser.