It is that simple: Just add the following attribute to your code-behind class definition:
[Designer( @"System.Windows.Forms.Design.ButtonBaseDesigner, System.Design" )]
Then, you’ll have a nice base-line guideline.
It is that simple: Just add the following attribute to your code-behind class definition:
[Designer( @"System.Windows.Forms.Design.ButtonBaseDesigner, System.Design" )]
Then, you’ll have a nice base-line guideline.