Change "Cursor" property of CuiPanel?

I have CuiElementContainer myContainer;
that is holding CuiPanel
can I somehow change Cursor Property of that Cuipanel?

  • as far as I know CuiElementContainer  extends List<CuiElement>
  • and CuiElement class has Get/Set property for Cursor.
but I couldnot figure out how to make it work.

Do you mean change the property after you have created the UI?

kiLBZxPSEs8gCFA.png 0x89A

Do you mean change the property after you have created the UI?

yup, I dont want to recreate container again