How to make Custom contol look like other ToolStrip Items?
Posted
by nils_gate
on Stack Overflow
See other posts from Stack Overflow
or by nils_gate
Published on 2010-05-07T09:13:36Z
Indexed on
2010/05/07
9:18 UTC
Read the original article
Hit count: 166
I have created a Custom Hosted Control using ToolStripControlHost and put it in a ToolStrip.
Everything is working as expected.
But my custom control does not look like other items in ToolStrip.
How to make my custom control take the look and feel from ToolStripRenderer?
or
How to make it look like other items in ToolStrip?
© Stack Overflow or respective owner