c# - Revit API building: How to put drop down list in a dialog box? -


i using c# build api software called revit autodesk.

i want show dialogue box shows drop down list, user can choose list.

i initiated new object known

 taskdialog 

it shows me dialogue box, can't add dropdown list it.

any help?

you can't add dropdown list taskdialog. taskdialog class provided revit api, there aspects of can customized user. check revit api documentation see these are.

if need construct dialog box has dropdown list, need create custom form yourself. accomplish trying do, should either winforms or wpf both user interface libraries part of .net framework. both compatible revit.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -