MenuItems and Tooltips
-
Currently arranging sort of favorites menu. faced some problems with the tooltips over the MenuItem. The problem is: I've got context menu with banch of MenuItems that are generated dynamically. each is MenuItem child class with few additional fields e.g. URL. this url should be displayed when i hold the mouse over item. Tried Tooltip class but can't use MenuItem with its SetTooltip method, cause menuItem is not a control class. Q:how can i handle Tooltips over my menuItems like in IE favorites menu?
-
Currently arranging sort of favorites menu. faced some problems with the tooltips over the MenuItem. The problem is: I've got context menu with banch of MenuItems that are generated dynamically. each is MenuItem child class with few additional fields e.g. URL. this url should be displayed when i hold the mouse over item. Tried Tooltip class but can't use MenuItem with its SetTooltip method, cause menuItem is not a control class. Q:how can i handle Tooltips over my menuItems like in IE favorites menu?