hi ,
I am having a scenario where i want to add hyperlinks within Richtextbox dynamically from code .I want a specific tool tip as well for each hyperlinkinfo.Since there is only navigateuri property through which we can assign some key info , there is no other way to customize the tool tip information so that tool tip informtaion can be different.
I have already checked hyperlinktooltipformatstring which will only change the navigationuri position inside the tooltip through placeholders.The basic intention is to set navigationuri some information which can be primarykey sort of text which can be processed in hyperlinkclicked event and some meaningful information as tool tip information that is different from navigationuri.
for eg: navigationuri can be some guid ( "e7c784da-a6c7-4b84-bf1c-8e2b93b9e7ab" ) and tool tip like " click to go to screen 1".
Any help appreciated in advance.
thanks
satheesh
I am having a scenario where i want to add hyperlinks within Richtextbox dynamically from code .I want a specific tool tip as well for each hyperlinkinfo.Since there is only navigateuri property through which we can assign some key info , there is no other way to customize the tool tip information so that tool tip informtaion can be different.
I have already checked hyperlinktooltipformatstring which will only change the navigationuri position inside the tooltip through placeholders.The basic intention is to set navigationuri some information which can be primarykey sort of text which can be processed in hyperlinkclicked event and some meaningful information as tool tip information that is different from navigationuri.
for eg: navigationuri can be some guid ( "e7c784da-a6c7-4b84-bf1c-8e2b93b9e7ab" ) and tool tip like " click to go to screen 1".
Any help appreciated in advance.
thanks
satheesh