IdentifyingGroupBox PopulateGroupBox Method (Boolean,  String )CleanCode C# Libraries v1.2.03 API
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a supplied literal list.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void PopulateGroupBox(
	bool radioType,
	string[] items
)

Parameters

radioType
Type: OnlineSystem Boolean
if set to true uses RadioButtons, otherwise CheckBoxes.
items
Type:  OnlineSystem String 
The list of literal items.
See Also