How to make a button appear as if it is pressed?

后端 未结 3 1045
再見小時候
再見小時候 2020-12-01 17:55

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

3条回答
  •  隐瞒了意图╮
    2020-12-01 18:10

    I think you may need a ToggleButton. You can take a look at third party vendors of WinForms components such as Telerik, DevExpress, ComponentFactory, ViBlend which provide such control. They all provide toggle buttons.

提交回复
热议问题