0

Does anyone know how I can use the same UserControl (the content of the usercontrol, the same chosen color for example) I created in all windows Forms of the same project?

FreeAsInBeer
  • 12,937
  • 5
  • 50
  • 82
Uness
  • 5
  • 1
  • 4

1 Answers1

2

If I understand you correctly: You could make a Window that contains the user control and inherit from this Window when you want to create another window. Is that what you are looking for?

Emond
  • 50,210
  • 11
  • 84
  • 115