I am using C# to build an API for this software called Revit Autodesk
.
I want to show a dialogue box which shows a drop down list, then user can choose from that list.
I initiated a new object known as
TaskDialog
It shows me a dialogue box, but I can't add a dropdown list to it.
Any help?