<?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: Custom tooltip control same as used by ArcGis Pro in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-tooltip-control-same-as-used-by-arcgis-pro/m-p/1257368#M9410</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Which tooltips are you talking about: ArcGIS Pro ribbon buttons and tools or WPF window controls?&lt;/P&gt;&lt;P&gt;In first case you can specify them in daml:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt; &lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;="acme_rename"&lt;/SPAN&gt; &lt;SPAN&gt;caption&lt;/SPAN&gt;&lt;SPAN&gt;="Rename"&lt;/SPAN&gt; &lt;SPAN&gt;className&lt;/SPAN&gt;&lt;SPAN&gt;="RenameProjectItem"&lt;/SPAN&gt; &lt;SPAN&gt;smallImage&lt;/SPAN&gt;&lt;SPAN&gt;="/Images/GenericPencil16.png"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;tooltip&lt;/SPAN&gt; &lt;SPAN&gt;heading&lt;/SPAN&gt;&lt;SPAN&gt;="Rename"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Rename the project item.
    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;disabledText&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;No project loaded.&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;disabledText&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;tooltip&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;For WPF window controls there is no one way for tooltips. Some of controls have original tooltips, some - no. But you can do styling or something like this. You can search internet for samples&lt;/P&gt;</description>
    <pubDate>Sun, 12 Feb 2023 13:59:50 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2023-02-12T13:59:50Z</dc:date>
    <item>
      <title>Custom tooltip control same as used by ArcGis Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-tooltip-control-same-as-used-by-arcgis-pro/m-p/1257279#M9406</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am a new Wpf and ArcGis Pro developer. I have come across a use case where I need to implement a tool tip exactly same present in &amp;nbsp;ArcGis Pro having tool tip, tool tip heading and disabled tool tip which is then to be used in my own custom xaml.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone head me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 23:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-tooltip-control-same-as-used-by-arcgis-pro/m-p/1257279#M9406</guid>
      <dc:creator>ArcGisProNewbieDev</dc:creator>
      <dc:date>2023-02-10T23:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom tooltip control same as used by ArcGis Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-tooltip-control-same-as-used-by-arcgis-pro/m-p/1257368#M9410</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Which tooltips are you talking about: ArcGIS Pro ribbon buttons and tools or WPF window controls?&lt;/P&gt;&lt;P&gt;In first case you can specify them in daml:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt; &lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;="acme_rename"&lt;/SPAN&gt; &lt;SPAN&gt;caption&lt;/SPAN&gt;&lt;SPAN&gt;="Rename"&lt;/SPAN&gt; &lt;SPAN&gt;className&lt;/SPAN&gt;&lt;SPAN&gt;="RenameProjectItem"&lt;/SPAN&gt; &lt;SPAN&gt;smallImage&lt;/SPAN&gt;&lt;SPAN&gt;="/Images/GenericPencil16.png"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;tooltip&lt;/SPAN&gt; &lt;SPAN&gt;heading&lt;/SPAN&gt;&lt;SPAN&gt;="Rename"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;Rename the project item.
    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;disabledText&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;No project loaded.&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;disabledText&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;tooltip&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;For WPF window controls there is no one way for tooltips. Some of controls have original tooltips, some - no. But you can do styling or something like this. You can search internet for samples&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 13:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-tooltip-control-same-as-used-by-arcgis-pro/m-p/1257368#M9410</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-02-12T13:59:50Z</dc:date>
    </item>
  </channel>
</rss>

