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:
parent
12f5776d21
commit
8fde0bcc43
4 changed files with 211 additions and 173 deletions
|
@ -27,6 +27,11 @@ namespace VisualComponents
|
|||
set { lblTitle.Text = value; }
|
||||
}
|
||||
|
||||
public void AddControl(Control control)
|
||||
{
|
||||
this.flowLayoutPanel1.Controls.Add(control);
|
||||
}
|
||||
|
||||
public VisualContainer()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue