Click to See Complete Forum and Search --> : [RESOLVED] Control that appears as icon only


novice_man
October 4th, 2008, 01:18 PM
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 ?

Talikag
October 4th, 2008, 02:17 PM
These are COMPONENTS and not CONTROLS

MadHatter
October 4th, 2008, 02:23 PM
public class MyComponent : Component { }

novice_man
October 4th, 2008, 02:24 PM
Thank You!