Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/DummyControl.cs @ 4068

Last change on this file since 4068 was 4068, checked in by swagner, 14 years ago

Sorted usings and removed unused usings in entire solution (#1094)

File size: 210 bytes
Line 
1using System.Windows.Forms;
2
3namespace WeifenLuo.WinFormsUI.Docking {
4  internal class DummyControl : Control {
5    public DummyControl() {
6      SetStyle(ControlStyles.Selectable, false);
7    }
8  }
9}
Note: See TracBrowser for help on using the repository browser.