J
jahuer1
On my Form I have several Panels with several RadioButtons on it. When
I start the Form, on each Panel a RadioButton should be selected if
it was selected when I called the Form some time ago.
Problem:
How can I force that the focus remains on a specific RadioButton after
it is selected? (so that also the text is surrounded by the dotted
line as it is the case when you reach a RadioButton by TAB).
At the moment the focus goes away after selecting and resides on some
father component.
Attention:
I do have to rebuild the Form dynamically every time a RadioButton is
clicked because depending on a click the appearance of the Form may
change!
I start the Form, on each Panel a RadioButton should be selected if
it was selected when I called the Form some time ago.
Problem:
How can I force that the focus remains on a specific RadioButton after
it is selected? (so that also the text is surrounded by the dotted
line as it is the case when you reach a RadioButton by TAB).
At the moment the focus goes away after selecting and resides on some
father component.
Attention:
I do have to rebuild the Form dynamically every time a RadioButton is
clicked because depending on a click the appearance of the Form may
change!