문제

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