Hi,
I have a MaskedEditTool inside my UltraWinToolBars. Based on certain logic I need to focus this toolbar item and set a balloon tool tip to the control using UltraToolTip manager automatically, pointing to the user that control has to be filled in with somedata.
The main issue I am facing is that both
UltraToolTipManager.SetUltraToolTip(...) and UltraToolTipManager.ShowToolTip(..) accepts a Windows control and MaskedEditTool cannot be converted to one. There is a Control property within MaskedEditTool but it does not point to any control at runtime. Is there any other API or alternate method I can use to show this tooltip.
Thanks,
Saravanan.
Hello,
One possible way to achieve your goal is to use the form as a parameter control. I have created a small sample to illustrate how your goal could be achieved. Please run the sample and press the button “button1”.
Thank you for using Infragistics Components