Hello
How to create a 3 state push button that behaves like check box but looks like normal button?
Regards
Hello
How to create a 3 state push button that behaves like check box but looks like normal button?
Regards
Subclass the Button class and add your custom properties and logic to support a simple state engine to represent your 3 value states.