using ToolboxBitmap from inherted control

  • Thread starter Thread starter jean-dot-paul-at-opelwilly-dot-com
  • Start date Start date
J

jean-dot-paul-at-opelwilly-dot-com

Hello,

Can I use the ToolboxBitmap from the inherted Control to show up in my
toolbox and if so how?

Greetings

Jean Paul
 
Your best bet is probably to extract the icon from the inherited
control, save it as an image, alter the image a bit, and then use that
image in your ToolboxBitmap attribute. It probably isn't good form to
create your control with the exact same image as the inherited control -
you end up with 2 different controls with the same icon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top