We have an addin toolbar with set of tools running for arcgis 10 and would like to add a new textbox. As per documentation it accept only combobox. Can any one guide us how to achieve this.
You can simply drag and drop a textbox control from Visual Studio's default Toolbox onto a dockable window. You can then turn this dockable Window on/off.
1- Create an ArcMap Add-in project.
2- Add a button to your project
3- Add a dockable window to your project
4- Drag and drop a Textbox control from the Visual Studio Toolbox onto your dokable window
5- Add code to your button OnClick event to turn on the dockable window (make it visible). See below.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.