views:

38

answers:

1

Hello

How to create a 3 state push button that behaves like check box but looks like normal button?

Regards

A: 

Subclass the Button class and add your custom properties and logic to support a simple state engine to represent your 3 value states.

asawyer