| Revit 2019.2 API |
| PulldownButton..::..GetItems Method |
| PulldownButton Class See Also |
Gets a copy of the collection of buttons assigned to the pulldown button.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public IList<PushButton> GetItems() |
| Visual Basic |
|---|
Public Function GetItems As IList(Of PushButton) |
| Visual C++ |
|---|
public: IList<PushButton^>^ GetItems() |