This sample shows how to create a user control that can be utilized in an ArcGIS Pro Dockpane and an ArcGIS Pro ProWindow.
Language: C#
Subject: Framework
Contributor: ArcGIS Pro SDK Team <arcgisprosdk@esri.com>
Organization: Esri, https://www.esri.com
Date: 05/06/2025
ArcGIS Pro: 3.5
Visual Studio: 2022
.NET Target Framework: net8.0-windows
- Sample data for ArcGIS Pro SDK Community Samples can be downloaded from the Releases page.
- Open this solution in Visual Studio.
- Click the build menu and select Build Solution.
- Click the Start button to open ArCGIS Pro. ArcGIS Pro will open.
- Click on the Add-in tab and see that a 'Reusable User Control' with two buttons was added.
- The 'Show Dockpane With UserControl' button opens the 'Dockpane With UserControl' pane.
- Note that the Age field is updated asynchronously.
- Click the 'Save Info' button to view the current data managed by the user control.
- The 'Show ProWindow With UserControl' button opens the 'ProWindow With UserControl' Window.
- Click the 'Save Info' button to view the current data managed by the user control within the ProWindow.
Home | API Reference | Requirements | Download | Samples