S
sotto
Hi,
how can i make a usercontrol that inherits from the
system.windows.forms.button instead of the forms.usercontrol ?
I want to add a fiew features to my button and still be able to drag it
on to the form with the ide
i got working code, just a class that inherits from
system.windows.forms.button but then i need to do all the design by code
[
dim b as new mybutton
me.controls.add(b)
....
]
So i want to be able to make it a usercontrol... but still have all
standard button-properties (& add a fiew of my own)
thx
how can i make a usercontrol that inherits from the
system.windows.forms.button instead of the forms.usercontrol ?
I want to add a fiew features to my button and still be able to drag it
on to the form with the ide
i got working code, just a class that inherits from
system.windows.forms.button but then i need to do all the design by code
[
dim b as new mybutton
me.controls.add(b)
....
]
So i want to be able to make it a usercontrol... but still have all
standard button-properties (& add a fiew of my own)
thx