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.
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
Yes, I could use help with the property string that I need to use. I tried a couple different ones, including this:
Dim ToolTip As String = UltraTextEditor1Text().GetNAProperty("UltraToolTip.ToolTipText")
Also, is there any way of getting this from a standard .NET TextBox? We are using UltraToolTipManager on standard .NET TextBoxes as well.