CodeJock ToolTipContext

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

CodeJock ToolTipContext

#1 Post by unixkd »

Hi Roger,

I will like to use the CodeJock ToolTipContext but could not find any sample code that can assist me to get started.

Joe

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: CodeJock ToolTipContext

#2 Post by Auge_Ohr »

unixkd wrote:I will like to use the CodeJock ToolTipContext but could not find any sample code that can assist me to get started.
hm ... ToolTipContext is just a Property.
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

Re: CodeJock ToolTipContext

#3 Post by unixkd »

NO. ToolTipContext is a coClass in the codejock.control object with the following properties and methods:

Properties:
Property Font As stdole.Font
Property MaxTipWidth As Long
Property ShowOfficeBorder As Boolean
Property ShowShadow As Boolean
Property Style As XTPToolTipStyle
Property TipBkColor As Long
Property TipTextColor As Long

Methods:
Function IsBalloonStyleSupported As Boolean
Sub SetMargin (ByVal Left As Long, ByVal Top As Long, ByVal Right As Long, ByVal Bottom As Long)
Sub ShowImage (ByVal ShowImage As Boolean, ByVal ImageBase As Long)
Sub ShowTitleAndDescription (ByVal ShowTitleAndDescription As Boolean, ByVal IconTitle As XTPToolTipIcon)

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: CodeJock ToolTipContext

#4 Post by Auge_Ohr »

unixkd wrote:NO. ToolTipContext is a coClass in the codejock.control object ...
Yes and allmost all Codejock Class have that Property.
greetings by OHR
Jimmy

Post Reply