![]() |
ToolTipText Style |
Post Reply
|
| Author | |
Shawshank
Senior Member
Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
Quote Reply
Topic: ToolTipText StylePosted: 24 November 2005 at 5:27pm |
|
How does one set the style of the ToolTip text for a CommandBar? Whenever I try to do so I always affect the button style and not the ToolTip style whose properties share the same name.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 November 2005 at 2:52am |
|
Hi, What do you mean by "style" of Tooltip Text? What code you use and what effect want to get? |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Shawshank
Senior Member
Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 November 2005 at 11:13am |
|
From the help file for describing the tooltip text style: DescriptionThe Style property gets\sets the style of the tool tip window. Public Property Style() As XTPToolTipStyle I set the property like so: Dim Control As CommandBarControl Control.Style = xtpToolTipBalloon This instead affects the button style and not the tooltip style.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 November 2005 at 7:03am |
|
You must call CommandBars.ToolTipContext.Style = xtpToolTipBalloon
|
|
|
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 |