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 | |
---|---|
File size: 210 bytes |
Line | |
---|---|
1 | using System.Windows.Forms; |
2 | |
3 | namespace 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.