Skip to content

Files

Latest commit

fd751d8 · May 13, 2025

History

History

ReusableUserControl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 23, 2017
Jun 23, 2017
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
May 13, 2025
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
May 13, 2025
May 13, 2025
May 6, 2024
Jun 23, 2017

ReadMe.md

ReusableUserControl

This sample shows how to create a user control that can be utilized in an ArcGIS Pro Dockpane and an ArcGIS Pro ProWindow.

View it live

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

Resources

Community Sample Resources

Samples Data

  • Sample data for ArcGIS Pro SDK Community Samples can be downloaded from the Releases page.

How to use the sample

  1. Open this solution in Visual Studio.
  2. Click the build menu and select Build Solution.
  3. Click the Start button to open ArCGIS Pro. ArcGIS Pro will open.
  4. Click on the Add-in tab and see that a 'Reusable User Control' with two buttons was added.
  5. The 'Show Dockpane With UserControl' button opens the 'Dockpane With UserControl' pane.
    UI
  6. Note that the Age field is updated asynchronously.
  7. Click the 'Save Info' button to view the current data managed by the user control.
    UI
  8. The 'Show ProWindow With UserControl' button opens the 'ProWindow With UserControl' Window.
    UI
  9. Click the 'Save Info' button to view the current data managed by the user control within the ProWindow.
    UI

      ArcGIS Pro SDK for Microsoft .NET Framework              Home | API Reference | Requirements | Download | Samples