Hi,
Is it possible to create a Button control as a static property, via
the Form Designer, so that the instantiating code in the wizard
generated 'InitializeComp onent()' need not to be modified?
I mean, I can add 'static' at the public declaration but then I also
need to change the auto-generated InitializeCompo nent() section
(remove the 'this') which is not advisable.
Any ideas? Thanks!
victor
Is it possible to create a Button control as a static property, via
the Form Designer, so that the instantiating code in the wizard
generated 'InitializeComp onent()' need not to be modified?
I mean, I can add 'static' at the public declaration but then I also
need to change the auto-generated InitializeCompo nent() section
(remove the 'this') which is not advisable.
Any ideas? Thanks!
victor
Comment