I just try to create a simple Symbol/Geometry/Control and change and reuse it in several places in the same window.
Example: a black square with a circle in the midd
You can use C# code by heritage:
public class customBottum : Buttom { int var1; bool var2; public customBottum() { InitializeComponent(); } other function ... }