<?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 Open a custom Options property sheet in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-custom-options-property-sheet/m-p/1126443#M7501</link>
    <description>&lt;P&gt;In my AddIn I&amp;nbsp;have successfully &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Custom-settings#custom-application-settings" target="_self"&gt;added a property sheet to add to the Options&lt;/A&gt; in the Backstage. Now I am trying to figure out how to open to that property sheet from a button in my Toolbar. I have tried almost every type of ID I can think of an it doesnt do anything which means i am not using the correct call or the correct id.&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;Friend Class ExtBtnOptions
    Inherits Button

    Protected Overrides Sub OnClick()
        Try
            ''Opens the Backstage to the "About ArcGIS Pro" tab.
            'FrameworkApplication.OpenBackstage("esri_core_aboutTab") &amp;lt;-- this works

            'Opens the Backstage to the "AA Analyst" options property sheet in the "Options" tab.
            FrameworkApplication.OpenBackstage("MyCompany_MyGroup_MyAddIn_ExtPshOptions")
        Catch ex As Exception
            MessageBox.Show(ex.Message, "Exception", MessageBoxButton.OK, MessageBoxImage.Error)
        End Try
    End Sub
End Class&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 21:24:45 GMT</pubDate>
    <dc:creator>AbelPerez</dc:creator>
    <dc:date>2021-12-15T21:24:45Z</dc:date>
    <item>
      <title>Open a custom Options property sheet</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-custom-options-property-sheet/m-p/1126443#M7501</link>
      <description>&lt;P&gt;In my AddIn I&amp;nbsp;have successfully &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Custom-settings#custom-application-settings" target="_self"&gt;added a property sheet to add to the Options&lt;/A&gt; in the Backstage. Now I am trying to figure out how to open to that property sheet from a button in my Toolbar. I have tried almost every type of ID I can think of an it doesnt do anything which means i am not using the correct call or the correct id.&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;Friend Class ExtBtnOptions
    Inherits Button

    Protected Overrides Sub OnClick()
        Try
            ''Opens the Backstage to the "About ArcGIS Pro" tab.
            'FrameworkApplication.OpenBackstage("esri_core_aboutTab") &amp;lt;-- this works

            'Opens the Backstage to the "AA Analyst" options property sheet in the "Options" tab.
            FrameworkApplication.OpenBackstage("MyCompany_MyGroup_MyAddIn_ExtPshOptions")
        Catch ex As Exception
            MessageBox.Show(ex.Message, "Exception", MessageBoxButton.OK, MessageBoxImage.Error)
        End Try
    End Sub
End Class&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 21:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-custom-options-property-sheet/m-p/1126443#M7501</guid>
      <dc:creator>AbelPerez</dc:creator>
      <dc:date>2021-12-15T21:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open a custom Options property sheet</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-custom-options-property-sheet/m-p/1126469#M7503</link>
      <description>&lt;P&gt;Found an answer here&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/dialog-launcher-buttons/td-p/851153" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-sdk-questions/dialog-launcher-buttons/td-p/851153&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 22:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-custom-options-property-sheet/m-p/1126469#M7503</guid>
      <dc:creator>AbelPerez</dc:creator>
      <dc:date>2021-12-15T22:04:52Z</dc:date>
    </item>
  </channel>
</rss>

