RadioButtonGroup.AddItems
Description:
Adds new ToggleButtons to the RadioButtonGroup.
Adds new ToggleButtons to the RadioButtonGroup.
public IList<ToggleButton> AddItems(
IList<ToggleButtonData> buttonData
)
-
IList<ToggleButtonData>buttonDataA list of objects containing the data needed to construct the ToggleButtons.
-
Thrown when buttonData isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when button with buttonData.Name already exists in the group.