Hi,
In ToolAreaRight how do I get a Listtool to use a hot key and tooltip programatically.
i.e
1 FileA
2 FileB
Thanks
Rich
Hello,
I will be happy to assist you with this question.
I am not 100% sure if I understand your question, however, I believe that you would like to utilize the KeyTip property within the ultraToolbarsManager control. To do this, I recommend using the following code for for first instance of the first tool in a Ribbon:
this.ultraToolbarsManager.Ribbon.Tabs[0].Group[0].Tolls[0].SharedProps.KeyTip = "123";
Please use the following page in the Infragistics documentation to learn more about the SharedProps property:http://help.infragistics.com/NetAdvantage/WinForms/2011.2/CLR2.0/?page=Infragistics2.Win.UltraWinToolbars.v11.2~Infragistics.Win.UltraWinToolbars.ToolBase~SharedProps.html
Please let me know if you have further questions regarding this matter.