Page 1 of 1

CodeJock ToolTipContext

Posted: Sat Jun 08, 2013 4:06 am
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

Re: CodeJock ToolTipContext

Posted: Sat Jun 08, 2013 4:19 am
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.

Re: CodeJock ToolTipContext

Posted: Sat Jun 08, 2013 5:04 am
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)

Re: CodeJock ToolTipContext

Posted: Sat Jun 08, 2013 2:59 pm
by Auge_Ohr
unixkd wrote:NO. ToolTipContext is a coClass in the codejock.control object ...
Yes and allmost all Codejock Class have that Property.