Diego
Diego

Reputation: 16724

.NET WinForms several styles in a label

.NET WinForms several styles in a label

Upvotes: 1

Views: 400

Answers (1)

GvS
GvS

Reputation: 52511

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

Upvotes: 1

Related Questions