<Code Lib>
2025.3 Method
Changes 0
M

RadioButtonGroup.GetItems

Description:
Gets the collection of ToggleButtons assigned to the RadioButtonGroup.
Remarks:
This is a copy of all the ToggleButtons assigned to this group.

public IList<ToggleButton> GetItems()

IList<ToggleButton> IList ToggleButton

Loading…