Link to home
Start Free TrialLog in
Avatar of ironwill96
ironwill96

asked on

Change color of text within a label or radio button

I am trying to color a portion of the text within a radio button or a label in C# (Visual Studio 2005 .Net 2.0).  Is there a way to do this?

An example would be in the following bit of text if placed within a label: "This is some text, RED TEXT HERE back to black text here".  Is there a way to pass color values to be parsed by VS inside the text property of a radio button or a label?

Thanks in advance!
Nathan
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

No, that is not natively possible.  You could probably find something or come up with something like a custom control.

Bob
ASKER CERTIFIED SOLUTION
Avatar of DarkoLord
DarkoLord
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial