Radio and group statics?
-
Hi People, I have seen a CCheckStatic control that is a mix between a check box and a group box. Does any body can tell me where I can find the same type of control but with a RadioButton? Can anybod show me how can I insert a RadioButton in the GroupBox title? Best regards. There is no spoon.
-
Hi People, I have seen a CCheckStatic control that is a mix between a check box and a group box. Does any body can tell me where I can find the same type of control but with a RadioButton? Can anybod show me how can I insert a RadioButton in the GroupBox title? Best regards. There is no spoon.
-
Two options that come into mind: 1. Make your own GroupBox and do whatever you want there :-) 2. Just throw a radio-button OVER your GroupBox, write the logic to 'connect' them, and you get a radio-group-box-thingy.