source:
trunk/sources/HeuristicLab.MainForm.Test/3.2/ButtonItems/SeparatorToolStripButtonItem.cs
@
2971
Last change on this file since 2971 was 2696, checked in by mkommend, 15 years ago | |
---|---|
File size: 357 bytes |
Rev | Line | |
---|---|---|
[2249] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
[2458] | 5 | using HeuristicLab.MainForm.WindowsForms; |
[2249] | 6 | |
7 | namespace HeuristicLab.MainForm.Test { | |
[2696] | 8 | public class SeparatorToolStripButtonItem : ToolBarSeparatorItem, ITestUserInterfaceItemProvider { |
[2249] | 9 | public override int Position { |
[2514] | 10 | get { return 15; } |
[2249] | 11 | } |
12 | } | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.