Converting a UserControl to a Custom Control
问题 The UserControl below works well but I would like to make it easier to change the Style. One thing I have tried is to convert this to a Custom Control, but I am stuck on basics like how to set the ToolTip inside the static method that deals with a change in a property (see below) The other thing I tried to move the Style into a generic button style in the ResourceDictionary, but that is the subject of this question How can I set the ToolTip in my subclassed Button? Cheers UserControl XAML: