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
280
How to get Images from Infragistic Grid Cell .
posted

Hello,

I am working on .Net Window Application Automation by Using UFT11.53 + Infragistic-TestAdvanatge10.2 (Version: 10.2.20102.2023 ).

There is scenario, swfTable cell having Images+Text and to get images i tried with below code.

msgbox SwfWindow("swfname:=frmMainForm").SwfWindow("swfname:=frmAppointment").SwfTable("swfname:=ugAppointments").GetNAProperty("Rows[0].Cells[31].Appearance.Image") 

above line returning "System.Drawing.Bitmap" .. is this Correct?

Also, checked with developer this is how setting images to cell row.Cells["Column_name"].Appearance.Image

So. Please let us know How to get Images from Infragistic Grid Cell?

Thanks,

Saroja

Parents Reply Children