If I have a custom control and, for example, it's composed of 3 buttons. Each of the buttons is named in the Control Contract like so: Part_Button1, Part_Button2, Part_Button3.
How would I apply a style to this control in my view where I only modify the style of a single button? Do I have to supply a new control template for the entire control, with each of the parts re-defined?