Visual Designer:

* Objects can now be dragged from the object list onto the designer & a new tab will be created for each object.
This commit is contained in:
Scionwest_cp 2009-11-14 08:59:18 -08:00
parent 12f5776d21
commit 8fde0bcc43
4 changed files with 211 additions and 173 deletions

View file

@ -27,6 +27,11 @@ namespace VisualComponents
set { lblTitle.Text = value; }
}
public void AddControl(Control control)
{
this.flowLayoutPanel1.Controls.Add(control);
}
public VisualContainer()
{
InitializeComponent();