Populates a group box with a collection of RadioButtons or CheckBoxes
corresponding to a supplied literal list.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- radioType
- Type: System Boolean
if set to true uses RadioButtons, otherwise CheckBoxes.
- items
- Type: System String
The list of literal items.
See Also