COXToolTipCtrl Class Members

Dundas

COXToolTipCtrl Class Members

Copyright © Dundas Software Ltd. 1997-1999, All Rights Reserved

Overview


COXToolTipCtrl

 
Constructs and initializes the object.
 

GetToolInfo

 
Retrieves the information that a tooltip control maintains about a tool.
 

SetToolInfo

 
Sets the information that a tooltip maintains for a tool.
 

GetMargin

 
Retrieves the margins used for drawing the text in the tooltip.
 

GetText

 
Retrieves the text that a tooltip control maintains for a tool.
 

SetDelayTime

 
Sets the delay times for the tooltip in milliseconds.
 

GetDelayTime

 
Retrieves the initial, pop-up, and reshow durations currently set for a tooltip control.
 

GetMaxTipWidth

 
Retrieves the maximum width of the tooltip window.
 

SetMaxTipWidth

 
Sets the maximum tooltip window width.
 

GetTipBkColor

 
Retrieves the background color.
 

SetTipBkColor

 
Sets the background colour for all tools maintained by this control.
 

GetTipTextColor

 
Retrieves the text color.
 

SetTipTextColor

 
Sets the text color for all tools maintained by this control.
 

Activate

 
Activates/deactivates the tooltip control.
 

GetToolCount

 
Retrieves a count of the tools registered with the tooltip control.
 

SetMargin

 
Sets the top, left, bottom, and right margins for a tooltip   window.
 

Create

 
Creates the tooltip window.
 

AddTool

 
Registers a tool with the tooltip control.
 

DelTool

 
Removes the specified tool.
 

RelayEvent

 
Passes a mouse message to a tooltip control for processing.
 

HitTest

 
Retrieves a flag which specifies if a given point is in the windows toolinfo bounding rectangle.
 

Pop

 
Hides the tooltip.
 

CalculateInfoBoxRect

 
Advanced overridable. Protected virtual function that calculates the rectangle (in screen coords) that is best suited to displaying the tooltip info.
 

GetBoundsRect

 
Advanced overridable. Protected virtual function that calculates the smallest possible rectangle that will contain the text.