P
pz
Hello,
Is there a possibility to write a properties (or method) to class
derived from Form to make a some changes in InitializeComponent() for
ALL child:
for example add MYFUNCTION to retrieve item Name?
this.button1.Location = new System.Drawing.Point(120, 91);
this.button1.Name = MYFUNCTION("button1");
.....
this.ctlTab.Name = MYFUNCTION("MyControlTab");
(something like globalization)
Manually changes are not acceptable by designer.
Thanx for help
P.
Is there a possibility to write a properties (or method) to class
derived from Form to make a some changes in InitializeComponent() for
ALL child:
for example add MYFUNCTION to retrieve item Name?
this.button1.Location = new System.Drawing.Point(120, 91);
this.button1.Name = MYFUNCTION("button1");
.....
this.ctlTab.Name = MYFUNCTION("MyControlTab");
(something like globalization)
Manually changes are not acceptable by designer.
Thanx for help
P.