PulldownButtonGetItems Method

Gets a copy of the collection of buttons assigned to the pulldown button.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<PushButton> GetItems()

Return Value

IListPushButton
See Also