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
380
Need a way to display ToolTip to UltraWinToolBars.MaskedEditTool
posted

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.

Parents
No Data
Reply
  • 48586
    posted

    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

    WinToolbarsManagerMaskedEditTool.zip
Children
No Data