sebastiaan
Programmer
I have an array of togglebuttons; JToggleButton JToggelButt[] = new ToggleButton[100];
later in the actionevent i want to know which button is clicked!
with e.GetActionObject() i can get the label of the button but not the number of the array!
Because i want to change the backcolor of the togglebutton if he's clicked in the color chosen in the application it also must be disabled if clicked!
who knows ho to achieve this?
thx
s
later in the actionevent i want to know which button is clicked!
with e.GetActionObject() i can get the label of the button but not the number of the array!
Because i want to change the backcolor of the togglebutton if he's clicked in the color chosen in the application it also must be disabled if clicked!
who knows ho to achieve this?
thx
s