Hi all, how i can create a customize ContextMenustrip, in other word i would like redifine a class thats extends from ContextMenuStrip :ehh:
Printable View
Hi all, how i can create a customize ContextMenustrip, in other word i would like redifine a class thats extends from ContextMenuStrip :ehh:
thanks, the best solution solution i have found is to derive from ToolStripRenderer
Code:class MyContextMenue : ToolStripRenderer
{
}
Create ToolStripMenu like devexpress ToolStripMenu, if i can :DQuote:
But my question is: What do you want to achieve by doing that?
So are you working using silverlight ? You didn't mention this in the first place. You really should have mentioned that you are talking about web controls, as you would get much better results givng needed information :wave:
hi, i am working with c# (forms) only :)