Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top