custom controls icons for toolbar in ide

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

how do you add an icon to a control so it will show up with that icon in the
VS.NET IDE instead of the default gear icon? thanks
 
ToolboxBitmap does not seem to appear in intellisense when i type it before
the public class name, is this correct?
 
Brian,

* "Brian Henry said:
ToolboxBitmap does not seem to appear in intellisense when i type it before
the public class name, is this correct?

You will have to import the namespace 'System.Drawing'.
 
Back
Top