Select to view content in your preferred language

ArcGIS PRO Api

1545
1
01-02-2017 07:20 AM
BrandonGilhooly
Emerging Contributor

Trying to get some beginner ARCGIS Pro API skills under my belt. I am trying to customize the ArcGIS Pro UI. 

I want to delete the out of the box tabs and add buttons to new tabs. 

When doing something like below. I start typing "esri_mapping" But I cannot get intellsense to provide the list of the items I can pro grammatically configure. What am I missing ??

<updateModule>
   <tabs>
     <deleteTab refID="esri_mapping........"/>
   </tabs>
</updateModule>

I get the same thing when trying to <addButton refid = " "/>

This is probably something fundamental.  But your help would be much appreciated.

Thank you 

Brandon

0 Kudos
1 Reply
Wolf
by Esri Regular Contributor
Esri Regular Contributor

Hi Brandon,

 Please take a look at this thread https://community.esri.com/message/656103-re-different-add-ins-on-same-custom-ribbon-tab - especially the last reply has some helpful links to supporting documentation and samples for you. 

- Wolf

0 Kudos