Revit 2026 API
Pulldown |
Gets a copy of the collection of buttons assigned to the pulldown button.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<PushButton> GetItems()
Public Function GetItems As IList(Of PushButton)
public: IList<PushButton^>^ GetItems()
member GetItems : unit -> IList<PushButton>
Return Value
IListPushButtonSee Also