G
Greg Oetker
Hi All,
I'm looking for a good example for writing a User Control that does not
expose the properties of the User Control itself (ie. Tab Stop, Password,
Colors, etc.). I only want to expose the Properties and Methods I created.
Also, I would like to make it invisible at runtime (this.visible = true;
works fine). One last thing is how can I make it go to the bar where all
other non runtime controls (ie. Timer, Menus, Statusbar, etc.) instead of
having it on the application form?
Thanks in advance,
Greg O.
I'm looking for a good example for writing a User Control that does not
expose the properties of the User Control itself (ie. Tab Stop, Password,
Colors, etc.). I only want to expose the Properties and Methods I created.
Also, I would like to make it invisible at runtime (this.visible = true;
works fine). One last thing is how can I make it go to the bar where all
other non runtime controls (ie. Timer, Menus, Statusbar, etc.) instead of
having it on the application form?
Thanks in advance,
Greg O.