Changed: inherit panel for better form designer interactivity

This commit is contained in:
Ray 2020-10-22 23:42:53 +01:00
parent b6f03b6f59
commit f26848c141
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
using System.Windows.Forms;
[ToolboxItem(true)]
public class PanelBook : UserControl
public class PanelBook : Panel
{
public class PanelCollection : CollectionBase
{