Hi
How can I create a control that appears only as the icon+name under the form on which it's added. Just like the BindingSource Control ?
Printable View
Hi
How can I create a control that appears only as the icon+name under the form on which it's added. Just like the BindingSource Control ?
These are COMPONENTS and not CONTROLS
Code:public class MyComponent : Component { }
Thank You!