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
244
UltraWinToolTip
posted

We replaced our standard .NET tooltips with UltraWinToolTips. RFT recognizes the .NET tooltips for objects. Will the TestAdvantage proxy recognize the UltraWinToolTip? I am unable to see the tooltip property now so just checking if there's a way to see it. I may very well be doing something wrong.

Parents
No Data
Reply
  • 6729
    Offline posted

    Use the TestAdvantage method "GetNAProperty" to get the tooltip property value of any infragistics control. This method takes in a string that represent the full property name path for any property in NetAdvantage controls.

    if you tell me what control are you trying to get the tooltip for I should be able to give you the paramet you need to pass for GetNAProperty.

    Regards,

    Ammar

Children