Visual Designer:

* Can now add multiple tabs when dragging objects onto the designer
 * Object properties are shown in the propertygrid when tabs are swapped.
 * Dragging an object onto any tab will create a new tab for that object.
This commit is contained in:
Scionwest_cp 2009-11-14 09:48:43 -08:00
parent 8fde0bcc43
commit d6a999c729
2 changed files with 12 additions and 0 deletions

View file

@ -133,6 +133,7 @@
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(659, 568);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// page1
//