I have a label that displays time. I also have a DropDownList that gives the user the option of changing the ForeColor, BackColor, or Font-Size.
What I would like to happen is for the "More Color" box to appear if the user picks ForeColor or BackColor from the DropDownList, just like it would appear if you were selecting it from properties.
Is this possible? If so, how would I do it?
Go to the complete details ...