HI,
How can I add tooltip for the ribbon buttons at run time.
regards,
pgr2007
btnInNew.SharedProps.ToolTipText = "ToolTip";
Still now I did'nt get any solution, please respond if there is any solution.
I have to add the tool tip for ribbon button at runtime using c#, now I am adding the button with this code below.
_toolManager.Tools.Add(btnNew);
ButtonTool btnInNew = (ButtonTool)group1.Tools.AddTool("New");
Infragistics.Win.Appearance appearance = new Infragistics.Win.Appearance();
btnInNew.SharedProps.AppearancesLarge.Appearance = appearance;
btnInNew.SharedProps.AppearancesSmall.Appearance = appearance;
btnInNew.ToolClick += new ToolClickEventHandler(btnNew_Click);
Regards,
Thanks
Moved post to the WinToolBars forum.