<Code Lib>
2021 Method
Changes 0
M

RadioButtonGroup.AddItems

Description:
Adds new ToggleButtons to the RadioButtonGroup.

public IList<ToggleButton> AddItems(
	IList<ToggleButtonData> buttonData
)

  • buttonData
    A list of objects containing the data needed to construct the ToggleButtons.
Return Value IList<ToggleButton> The newly added ToggleButtons.

Loading…