I have a user control inside a UE group Box.I would like to place some text on the groupbox header area.Right now we are displaying contact information in the header butI would also like to add some text at runtime.Can I place any control over the panel header so that it is in sync with the header.
I would like to change the forecolor of the text to red that I add at run time without changing the other text color.Will I be able to put an untralabel or some such control on to a panel header ?
Please advice. or suggest any tips that I can use to enhance the UI
Thanks
right now this is what I am doing ,Can i partially change the color of the control text.The new text needs to be in a different color.
Why not just reassign the group box text?
ultraExpandableGroupBox1.Text = ultraExpandableGroupBox1.Text + " some text added in runtime";
It will be the same color though