Hi all,
Is there any way to place/add a Shape(Rectangle, Circle, Border Panel etc.) to the form, created by using SM.
and also any way to bring the object to front & send to back…
Thanks.
Hi all,
Is there any way to place/add a Shape(Rectangle, Circle, Border Panel etc.) to the form, created by using SM.
and also any way to bring the object to front & send to back…
Thanks.
ars:
and also any way to bring the object to front & send to back…
the z-order is defined by the formIndex property on the elements:
mybutton.formIndex = 1
mylabel.formIndex = 2
...
Shapes have not been added to the solution model, please create a feature request for that.
Rob
Thanks Rob,
Feature request created CASE ID : 176455