Posts by user2506112 • 21 points
1 post
-
2
votes1
answer980
viewsQ: C# creating a property in a Usercontrol
I have a project in C# and created a usercontrol with two components: a combobox and a button. I need to create a property to change the properties of the usercontrol combobox. I tried it this way:…