views:

44

answers:

1

Hi,

Almost in all cases, ToolStripItems do just what their equivalent MenuStripItem do. In these cases, ToolTip, icon and text of these two commands are the same. So, is there any way (preferably a .net native way) to synchronize and unify these two items? This might be a way to define commands somewhere else and just put them into various strips.

Thank you in advance.

A: 

I am not clear on what you mean by unifying the items and what exactly you want to achieve. They both inherit from ToolStripItem, so that is a common point

anchandra