This seems to be primary Question. but i search it and i couldn't find direct answer. What is toggle button and what is the difference between normal button and toggle button? When can we use it?

有帮助吗?

解决方案

It's a button that has an on and off state. You can see from the MSDN docs that it inherits from the same class (ButtonBase) as the regular Button control. And that both CheckBox and RadioButton inherit from it.

其他提示

Toggle button means if you need to button with two option like Play/Stop in a button at that time on first click it will be working as a play button and second time working as a stop button this is toggle button.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top