RadioButtonGroup.AddItem
Description:
Adds a new ToggleButton to the RadioButtonGroup.
Adds a new ToggleButton to the RadioButtonGroup.
public ToggleButton AddItem(
ToggleButtonData buttonData
)
-
buttonDataAn object containing the data needed to construct the ToggleButton.
-
Thrown when buttonData isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when button with buttonData.Name already exists in the group.