Hi All,

I have an xml file for creating buttons so I can call them back to my form. Is there a parameter to allow for color? I cannot seem to find one.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<buttoncollection>
  <button text="L100" width="55" height="73" x="246" y="79" />
  <button text="U500" width="39" height="28" x="337" y="361" />
  <button text="T101" width="110" height="93" x="430" y="169" />
  <button text="R520" width="1" height="1" x="432" y="170" />
  <button text="T100" width="108" height="90" x="432" y="76" />
</buttoncollection>