Print Page | Close Window

ToolTipText Style

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=3274
Printed Date: 05 October 2024 at 11:26pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ToolTipText Style
Posted By: Shawshank
Subject: ToolTipText Style
Date Posted: 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.



Replies:
Posted By: Oleg
Date 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


Posted By: Shawshank
Date Posted: 25 November 2005 at 11:13am

From the help file for describing the tooltip text style:

Description

The Style property gets\sets the style of the tool tip window.

Public Property Style() As mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%20v9.80\help\SymbolReference.chm::/XtremeCommandBars~Enumerations~XTPToolTipStyle_EN.html - 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.

 



Posted By: Oleg
Date Posted: 26 November 2005 at 7:03am

You must call

CommandBars.ToolTipContext.Style = xtpToolTipBalloon

 



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net