Hi,
Is there something special I have to do to turn on tooltips for main menu items. They don't seems to be working. I am using 8.2 hotfix 2022. Sample code from the designer looks like this:
this.ultraToolbarsManager1.DockWithinContainer = this;
ultraToolbar1.DockedColumn = 0;
ultraToolbar1.DockedRow = 0;
popupMenuTool1});
ultraToolbar1.Text = "UltraToolbar1";
ultraToolbar1});
buttonTool1});
buttonTool2.SharedProps.Caption = "Save";
popupMenuTool2,
buttonTool2});
Thanks,
Bill
I believe this should work. It looks like it may be a bug. I would recomment submitting it to the support group: http://ko.infragistics.com/gethelp.
NonInheritedTools does this cause shared properties not being used ? If so that might be the reason why above code is not working.