<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Button add-in to display a TextBox in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/button-add-in-to-display-a-textbox/m-p/1157204#M7963</link>
    <description>&lt;P&gt;Hello everyone&lt;BR /&gt;&lt;BR /&gt;I want to create a button add-in and I need to get text input from the user, for example when they click it a box appears (just like MessageBox) which they can fill, can someone explain to me how it is done?&lt;/P&gt;&lt;P&gt;I know how to create add-ins and how to create a From with TextBox in it, but I can not find a way to combine them together. I tried searching for it, but only found things on TextBox styles or text boxes inside Dockpane.&lt;/P&gt;&lt;P&gt;Maybe it can be done using EditBox or another ArcPro SDK components, but it needs to be done using TextBox&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2022 11:31:23 GMT</pubDate>
    <dc:creator>WaveofDarkness</dc:creator>
    <dc:date>2022-03-24T11:31:23Z</dc:date>
    <item>
      <title>Button add-in to display a TextBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/button-add-in-to-display-a-textbox/m-p/1157204#M7963</link>
      <description>&lt;P&gt;Hello everyone&lt;BR /&gt;&lt;BR /&gt;I want to create a button add-in and I need to get text input from the user, for example when they click it a box appears (just like MessageBox) which they can fill, can someone explain to me how it is done?&lt;/P&gt;&lt;P&gt;I know how to create add-ins and how to create a From with TextBox in it, but I can not find a way to combine them together. I tried searching for it, but only found things on TextBox styles or text boxes inside Dockpane.&lt;/P&gt;&lt;P&gt;Maybe it can be done using EditBox or another ArcPro SDK components, but it needs to be done using TextBox&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 11:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/button-add-in-to-display-a-textbox/m-p/1157204#M7963</guid>
      <dc:creator>WaveofDarkness</dc:creator>
      <dc:date>2022-03-24T11:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Button add-in to display a TextBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/button-add-in-to-display-a-textbox/m-p/1157215#M7965</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can check&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/Licensing" target="_self"&gt;Licensing sample&lt;/A&gt;&amp;nbsp;. RegistrationWindow is dialog which could be a base for your needs. To open it from add-in button add code below:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;                        var regWindow = new RegistrationWindow();
                        regWindow.ShowDialog();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 12:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/button-add-in-to-display-a-textbox/m-p/1157215#M7965</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2022-03-24T12:14:06Z</dc:date>
    </item>
  </channel>
</rss>

