IdentifyingGroupBox PopulateGroupBox Method CleanCode C# Libraries v1.2.03 API
Overload List

  NameDescription
Public methodPopulateGroupBox(Boolean,  String )
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a supplied literal list.
Public methodPopulateGroupBox(Boolean, Type)
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a collection embodied in an Enum.
Public methodPopulateGroupBox(Boolean, Type,  String )
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a collection embodied in an Enum.
Back to Top
See Also