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: 26.0.4.0 (26.0.4.0)
Syntax
public IList<PushButton> GetItems()

Return Value

IListPushButton
See Also