Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
ListToolItem key from MouseEnterElement event
posted

In an application I use the ribbon.
In the ToolAreaRight of the ApplicationMenu
I add the UltraWinToolbars.ListTool
that I fill with the function ListTool.ListToolItems.Add(key,text)

I show the tooltip for the ListToolItem, using the events MouseEnterElement, MouseLeaveElement of the UltraToolbarsManager.
From the e argument I can obtain the TextUIElement that have the property text.

Is it possible to obtain the key value that I specify in the Add above?