Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loading forms with many controls in C#
Message
From
01/02/2007 19:27:14
 
 
To
01/02/2007 12:04:02
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01189057
Message ID:
01191674
Views:
13
Nope, the properties that were left with their default state don't show up in the designer generated code.

Here are some samples of the Infragistic's Text editor and C# default text editor's designer generated code.

Note: No properties were set for both controls.

this.mmUltraTextEditor23.BindingSourceMember = null;
this.mmUltraTextEditor23.ControlID = new System.Guid("00000000-0000-0000-0000-000000000000");
this.mmUltraTextEditor23.Location = new System.Drawing.Point(458, 261);
this.mmUltraTextEditor23.Name = "mmUltraTextEditor23";
this.mmUltraTextEditor23.Size = new System.Drawing.Size(240, 21);
this.mmUltraTextEditor23.TabIndex = 50;
this.mmUltraTextEditor23.Text = "mmUltraTextEditor23";


this.textBox17.Location = new System.Drawing.Point(430, 358);
this.textBox17.Name = "textBox17";
this.textBox17.Size = new System.Drawing.Size(257, 20);
this.textBox17.TabIndex = 57;
Music Rocks www.musicreserve.blogspot.com
Success is 1% Inspiration & 99% Perspiration
God Sometimes Delays His Help to Test Our Faith and Energize Our Prayers
Our Boat May Be Tossed While He Sleeps, But He Wakes Up Before it Sinks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform