| using System; | |
| using System.Windows.Forms; | |
| namespace WeifenLuo.WinFormsUI.Docking | |
| { | |
| internal class DummyControl : Control | |
| { | |
| public DummyControl() | |
| { | |
| SetStyle(ControlStyles.Selectable, false); | |
| } | |
| } | |
| } | |
| using System; | |
| using System.Windows.Forms; | |
| namespace WeifenLuo.WinFormsUI.Docking | |
| { | |
| internal class DummyControl : Control | |
| { | |
| public DummyControl() | |
| { | |
| SetStyle(ControlStyles.Selectable, false); | |
| } | |
| } | |
| } | |