-
Bottom Bar Class
Hey, Quick Question: How do I set a User control (or a class with a few properties) to appear in the tan bar at the bottom of the Designer? I have tried googleing it but, I don't know what that bar is called (Kinda Hard to Google without know what to Google :D)
Thanks!
E
-
Re: Bottom Bar Class
Your class needs to inherit Component. So it cannot be a UserControl, or any Control for that matter.
Oh, and the bar is called the component tray as far as I know.
-
Re: Bottom Bar Class
Great! Thanks. It doesn't need to be a UserControl It is Just a Thing with a Value in it :D
E