1

.NET WinForms several styles in a label

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
Diego
  • 16,436
  • 26
  • 84
  • 136
  • 1
    possible duplicate of [Formatting text in WinForm Label](http://stackoverflow.com/questions/11311/formatting-text-in-winform-label) – David Nov 04 '10 at 13:03

1 Answers1

1

I used one of these:

  1. Use a container control (Panel) and add several labels each with its own style.
  2. Paint yourself by overriding using the Paint event
GvS
  • 52,015
  • 16
  • 101
  • 139