Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a supplied literal list.
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a supplied literal list.
public void PopulateGroupBox(Boolean,String[]);
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a collection embodied in an Enum.
public void PopulateGroupBox(Boolean,Type);
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a collection embodied in an Enum.
public void PopulateGroupBox(Boolean,Type,String[]);
IdentifyingGroupBox Class | CleanCodeControls.Forms Namespace