Populates a group box with a collection of RadioButtons or CheckBoxes
corresponding to a collection embodied in an Enum.
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.
- enumType
- Type: System Type
Type of the enum.
- omitArray
- Type: System String
A list of items to omit.
Remarks
See Also