<?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: Is it possible to have a SplitButton tool in the&amp;nbsp; Esri-desktop toolbar. in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299141#M7778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case others need it, &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_tool_palettes/000100000096000000/"&gt;this is a sample&lt;/A&gt; of what you are looking for in regards to the IToolPalette interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 11:16:48 GMT</pubDate>
    <dc:creator>TimSexton1</dc:creator>
    <dc:date>2014-09-26T11:16:48Z</dc:date>
    <item>
      <title>Is it possible to have a SplitButton tool in the  Esri-desktop toolbar.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299138#M7775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcDesktop UI includes a SplitButton combo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31964[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 10.2.1, the ArcObjects VS2012 add-in allows me to add a plain combo to the GIS toolbar, but can I add a split button?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the button to appear as an icon with a drop down beside it at first. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When it opens, it will have multi-column entries(Icon/text) similar to the &lt;/SPAN&gt;&lt;STRONG&gt;Select Features &lt;/STRONG&gt;&lt;SPAN&gt; split button combo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:52:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299138#M7775</guid>
      <dc:creator>RickeyTom</dc:creator>
      <dc:date>2014-03-05T17:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a SplitButton tool in the  Esri-desktop toolbar.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299139#M7776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe you are looking for the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00430000006z000000"&gt;IToolPalette&lt;/A&gt;&lt;SPAN&gt; interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"Tool palettes provide a compact way to group a related set of tools. The most recently used tool appears on the toolbar alongside &lt;STRONG&gt;a small drop-down button used to access other tools in the group&lt;/STRONG&gt;. Like menus, tools that appear on tool palettes can come from built-in sources, add-in sources, or a combination of both."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"To create a tool palette, you need to implement the ICommand inteface and the IToolPalette interface in your class code."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this points you in the right direction!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 16:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299139#M7776</guid>
      <dc:creator>ErinBrimhall</dc:creator>
      <dc:date>2014-03-06T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a SplitButton tool in the  Esri-desktop toolbar.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299140#M7777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I feel quite interested in this topic. The suggestion above about &lt;/SPAN&gt;&lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/buttons_splitbutton.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#333333&amp;quot;;"&gt;UI SplitButton&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; also sounds awesome! SplitButton is full of fun among all the &lt;/SPAN&gt;&lt;A href="http://www.kettic.com/winforms_ui/buttons_overview.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#333333&amp;quot;;"&gt;UI buttons control&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; in my point of view. Don't know if you had some clues to your question or not. I just feel interested in this but can't offer any practical ideas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 01:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299140#M7777</guid>
      <dc:creator>anthonyzzanthonyzz</dc:creator>
      <dc:date>2014-05-20T01:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a SplitButton tool in the  Esri-desktop toolbar.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299141#M7778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case others need it, &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_tool_palettes/000100000096000000/"&gt;this is a sample&lt;/A&gt; of what you are looking for in regards to the IToolPalette interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 11:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-have-a-splitbutton-tool-in-the/m-p/299141#M7778</guid>
      <dc:creator>TimSexton1</dc:creator>
      <dc:date>2014-09-26T11:16:48Z</dc:date>
    </item>
  </channel>
</rss>

