Domanda

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?

È stato utile?

Soluzione

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.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top