RadioButtonGroup.GetItems Method

RadioButtonGroupGetItems Method

Gets the collection of ToggleButtons assigned to the RadioButtonGroup.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ToggleButton> GetItems()
Public Function GetItems As IList(Of ToggleButton)
public:
IList<ToggleButton^>^ GetItems()
member GetItems : unit -> IList<ToggleButton> 

Return Value

IListToggleButton
Remarks
This is a copy of all the ToggleButtons assigned to this group.
See Also