Which component provides support for two state buttons?
Answers
Answered by
0
Answer:
RadToolBarButton
RadToolBarButton supports use as a two-state button, where the button can be "on" (checked) or "off" (unchecked). The checked state has an appearance distinct from other buttons in the toolbar to reflect its state. To enable a button as a two-state button, set its CheckOnClick property to True.
Answered by
0
Answer:
RadToolBarButton
Explanation:
RadToolBarButton supports use as a two-state button, where the button can be "on" (checked) or "off" (unchecked).
The checked state has an appearance distinct from other buttons in the toolbar to reflect its state.
To enable a button as a two-state button, set its CheckOnClick property to True.
Similar questions