CleanCode C# Libraries v0.9.23 API

IdentifyingGroupBox.PopulateGroupBox Method

Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a supplied literal list.

Overload 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[]);

See Also

IdentifyingGroupBox Class | CleanCodeControls.Forms Namespace