<Code Lib>
2025 Method
Changes 0
M

RadioButtonGroup.AddItem

Description:
Adds a new ToggleButton to the RadioButtonGroup.

public ToggleButton AddItem(
	ToggleButtonData buttonData
)

  • buttonData
    An object containing the data needed to construct the ToggleButton.
Return Value ToggleButton The newly added ToggleButton.

Loading…