I have an ultragroupbox w/ several labels on it. The labels need to be transparent to match the bg ofthe ultragroup box, but they are showing up gray. I have ultralabel style in isl set to transparent and backcolor of ultralabel set to transparent. What am I missing?
Thanks in advance
this.ultraGroupBox1.Controls.Add(this.patternIdPrompt);
mine were still just added to the containing panel