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
CodeJock ToolTipContext
Re: CodeJock ToolTipContext
hm ... ToolTipContext is just a Property.unixkd wrote:I will like to use the CodeJock ToolTipContext but could not find any sample code that can assist me to get started.
greetings by OHR
Jimmy
Jimmy
Re: CodeJock ToolTipContext
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)
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
Yes and allmost all Codejock Class have that Property.unixkd wrote:NO. ToolTipContext is a coClass in the codejock.control object ...
greetings by OHR
Jimmy
Jimmy