<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to get CXTPMarkupHyperlink Text value?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to get CXTPMarkupHyperlink Text value?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 20:48:56 +0000</pubDate>
  <lastBuildDate>Tue, 19 Aug 2008 09:26:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11313</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to get CXTPMarkupHyperlink Text value? : Got the same problem and solved...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11313&amp;PID=40093&amp;title=how-to-get-cxtpmarkuphyperlink-text-value#40093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4251">mnowaczy</a><br /><strong>Subject:</strong> 11313<br /><strong>Posted:</strong> 19 August 2008 at 9:26am<br /><br />Got the same problem and solved like this:<br>((CXTPMarkupRun*)pObj-&gt;GetInlines()-&gt;GetInline(0))-&gt;GetText();<br>where pObj is CXTPMarkupHyperlink]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 09:26:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11313&amp;PID=40093&amp;title=how-to-get-cxtpmarkuphyperlink-text-value#40093</guid>
  </item> 
  <item>
   <title><![CDATA[How to get CXTPMarkupHyperlink Text value? : See MarkupMample: void CMarku...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11313&amp;PID=37840&amp;title=how-to-get-cxtpmarkuphyperlink-text-value#37840</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1867">WindFlashing</a><br /><strong>Subject:</strong> 11313<br /><strong>Posted:</strong> 04 July 2008 at 9:09pm<br /><br /><P>See MarkupMample:</P><DIV>void CMarkupSampleDlg::OnHyperlinkClick(CXTPMarkupObject* pSender, CXTPMarkupRoutedEventArgs* pArgs)<BR>{<BR>&nbsp;if (pSender-&gt;IsKindOf(MARKUP_TYPE(CXTPMarkupHyperlink)))<BR>&nbsp;{<BR>&nbsp;&nbsp;AfxMessageBox(_T("Hyperlink Clicked"));</DIV><DIV>&nbsp;&nbsp;pArgs-&gt;SetHandled();<BR>&nbsp;}<BR>}</DIV><DIV>&nbsp;</DIV><DIV>How to get Hyperlink text?</DIV><DIV>eg,</DIV><DIV>&nbsp;</DIV><DIV>&lt;Hyperlink Tag='DoNothing' ToolTip='This is Link'&gt;Link&lt;/Hyperlink&gt;</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;want to get 'Link' to handle in OnHyperlinkClick().</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Fri, 04 Jul 2008 21:09:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11313&amp;PID=37840&amp;title=how-to-get-cxtpmarkuphyperlink-text-value#37840</guid>
  </item> 
 </channel>
</rss>