Answer the question
In order to leave comments, you need to log in
How to create your own control?
How to create your own control based on the standard radiobutton?
I tried to create a class that inherits from radiobutton
public partial class radioTest2:RadioButton
{
public string note;
public radioTest2()
{
}
}
xmlns:MyNamespace="clr-namespace:projectWPF2.rcontrols;
Answer the question
In order to leave comments, you need to log in
In theory, you are doing everything right.
1. Describe the control, it's still a UserControl or a UIControl successor.
public partial class radioTest2:RadioButton
{
public string note;
public radioTest2()
{
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question