Using VS2008, C#, .Net 2 and Winforms how can I make a regular Button look \"pressed\"? Imagine this button is an on/off switch. ToolStripButton has the Checke
ToolStripButton
You could probably also use the ControlPaint class for this.