bernardmanning
Programmer
Hi,
I have a need to create a reusable group control that contains 3 radio buttons.
I need to be able to drop this control on any win form, so a user control sounds ideal.
The problem is that I need to be able to allow the user to change the text property against the radio buttons.
But, I can't get access via the designer to change the text property for each radio button.
Do I need to use a derived control? or can I do this this using a user control?
Thanks, Bernard....
I have a need to create a reusable group control that contains 3 radio buttons.
I need to be able to drop this control on any win form, so a user control sounds ideal.
The problem is that I need to be able to allow the user to change the text property against the radio buttons.
But, I can't get access via the designer to change the text property for each radio button.
Do I need to use a derived control? or can I do this this using a user control?
Thanks, Bernard....