Hi all,
I have a RadStatusStrip control, with inside 10 RadImageButtonElement controls (named BC0, BC1,BC2,BC3 etc) and a array with images (named Img())
How can I change the images of the RadImageButtonElement in a loop ?
Something this :
For I as Integer = 0 to 9
BC+i.tostring .image=img(i)
next I
I tryed to use :
me.controls("BC"&i.tostring).image=img(i) but it don't work !
Thanks
I have a RadStatusStrip control, with inside 10 RadImageButtonElement controls (named BC0, BC1,BC2,BC3 etc) and a array with images (named Img())
How can I change the images of the RadImageButtonElement in a loop ?
Something this :
For I as Integer = 0 to 9
BC+i.tostring .image=img(i)
next I
I tryed to use :
me.controls("BC"&i.tostring).image=img(i) but it don't work !
Thanks