<?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 Toolbar spacer in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/toolbar-spacer/m-p/227160#M5911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a toolbar in my addins.&amp;nbsp; How do I create a spacer (the line that often separates two tools) in my toolbar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 12:50:32 GMT</pubDate>
    <dc:creator>BrentHoskisson</dc:creator>
    <dc:date>2012-07-16T12:50:32Z</dc:date>
    <item>
      <title>Toolbar spacer</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/toolbar-spacer/m-p/227160#M5911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a toolbar in my addins.&amp;nbsp; How do I create a spacer (the line that often separates two tools) in my toolbar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/toolbar-spacer/m-p/227160#M5911</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2012-07-16T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar spacer</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/toolbar-spacer/m-p/227161#M5912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is done in your Config.esriaddin file (XML)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in your Menu &amp;gt;&amp;gt; items.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not showing the entire XML file but shows you where the 'separation' comes into play.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When set to true... the space if in the toolbar, will appear BEFORE the tool. If in a menu, will appear above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Toolbars&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Toolbar id="CompanyToolsToolbar" caption="Our Company Toolbar Â©2012 v11.1" showInitially="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Items&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom menu to provide access to the custom multiItem --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Menu refID="CompanyToolsToolbar_Addin_v10_SomeMenu" separator="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom menu to provide access to the custom multiItem --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Menu refID="CompanyToolsToolbar_Addin_v10_DataCreateMenu" separator="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom menu to provide access to the custom multiItem --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Menu refID="CompanyToolsToolbar_Addin_v10_DistancesMenu" separator="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom menu to provide access to the custom multiItem --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Menu refID="CompanyToolsToolbar_Addin_v10_ConverterMenu" separator="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom menu to provide access to the custom multiItem --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Menu refID="CompanyToolsToolbar_Addin_v10_TableDatasetMenu" separator="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom menu to provide access to the custom multiItem --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Menu refID="CompanyToolsToolbar_Addin_v10_CoordinatesMenu" separator="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--BUTTONS--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom button and tool--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Button refID="CompanyToolsToolbar_Addin_v10_MapLayoutSpelling" separator="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--Reference to the custom button and tool--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Button refID="CompanyToolsToolbar_Addin_v10_ProjectTracker" &lt;/SPAN&gt;&lt;STRONG&gt;separator="true"&lt;/STRONG&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/Items&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/Toolbar&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/Toolbars&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/ArcMap&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/AddIn&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 13:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/toolbar-spacer/m-p/227161#M5912</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2012-07-17T13:55:03Z</dc:date>
    </item>
  </channel>
</rss>

