<?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 Re: Hide ArcMap Commands and Bttons in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257474#M6611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Swapna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply and your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried these UIDs however they did not work. Those windows are just there in the ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be more clear, I have attached the screen shots of the windows I want to remove from the ArcMap. Please view them and let me know how can I remove this windows from the ArcMap. Or else, if I could remove the buttons which open these windows, that will also be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am on ArcGIS 10.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. Please ignore the third screen shot, i.e. Tools Context Menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 11:58:09 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2014-01-21T11:58:09Z</dc:date>
    <item>
      <title>Hide ArcMap Commands and Bttons</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257472#M6609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am developing an extension for the ArcMap in which, I will be removing the native tools and commands in the ArcMap. I am doing this in the Startup method of the extension when application framework in initialized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to remove most of then however, stuck on the few things mentioned below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Remove the Catalog and Search buttons that appear on the right hand side of the ArcMap ( screen shot attached)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Customize context menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Context menu for Table of contents screen shot attached ( screen shot attached)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any help on this since I am not being able to figure this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 14:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257472#M6609</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2014-01-14T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hide ArcMap Commands and Bttons</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257473#M6610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: bhides2985&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Sanjay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are the UID's for the tools you want to hide i.e. search dockable window, catalog window and Layer's context menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Public Property Get SearchDockableWindow() As UID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim u As New UID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u = "{D949DEFF-85E0-47DB-B533-CB2BE6C631CB}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set SearchDockableWindow = u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Public Property Get Layer_ContextMenu() As UID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim u As New UID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u = "{3ED585D1-0F8A-11D2-94B1-080009EEBECB}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set Layer_ContextMenu = u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Public Property Get File_CatalogWindow() As UID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim u As New UID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;u = "{79D6A9E5-C3C3-4F47-9E7F-4ABE329EAA67}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set File_CatalogWindow = u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can disable these commands in your extension. I did not understand what do you mean by Customize context menu. You can send me the screenshot for the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Swapna.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 05:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257473#M6610</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-01-21T05:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide ArcMap Commands and Bttons</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257474#M6611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Swapna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply and your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried these UIDs however they did not work. Those windows are just there in the ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be more clear, I have attached the screen shots of the windows I want to remove from the ArcMap. Please view them and let me know how can I remove this windows from the ArcMap. Or else, if I could remove the buttons which open these windows, that will also be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am on ArcGIS 10.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. Please ignore the third screen shot, i.e. Tools Context Menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 11:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/hide-arcmap-commands-and-bttons/m-p/257474#M6611</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2014-01-21T11:58:09Z</dc:date>
    </item>
  </channel>
</rss>

