ToolTips Markup Not Showing Formatted Text |
Post Reply |
Author | |
scottmcd9999
Newbie Joined: 30 November 2006 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 04 October 2008 at 11:37am |
I'm trying to add ToolTips to my controls using xtpToolTipMarkup but am not able to see the formatted text. I built a new project, added a single Form, and added a Report control to that form. I added this code in the Load event of the form:
With Me.ReportControl1 .ToolTipContext.Style = xtpToolTipMarkup .ToolTipText = "<TextBlock>Hi</TextBlock>" End With When I run the project I see the actual Text, including the <TextBlock> tags. I've also tried this with a TabControl with the same result. Is there some other setting I should be using? I save the Enablemarkup property of these controls, set that to True but still no change. |
|
SuitePro 2008 version 12.0.1, VB 6.0 SP6
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
ToolTipText is property of VisualBasic - not our. Set Toltipip text for individual items.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |