How do you set the icon displayed in the Tool Box for a User Control.
This is really bugging me I can't find the answer anywhere.
Printable View
How do you set the icon displayed in the Tool Box for a User Control.
This is really bugging me I can't find the answer anywhere.
I'm sure it's a property of your user control when in design mode.
Something like 'Icon' or 'Image'.
I'd tell you exactly what it is but I don't have access to VB at the moment.
It's the ToolboxBitmap property of the UserControl. Note that it is a bitmap file, not an icon file that is required.
Thanks sorted it.