Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm/3.2/Interfaces/IMenuSeparatorItem.cs @ 2514

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

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

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