Class: ToolTip_Support_Mixin
Class Hierarchy:
cObject

Mixin


ToolTip_Support_MixinClass Definition
Properties
Boolean
pbCenterToolTip_private
Boolean
pbUseFormWindowHandle_private
Handle
phoToolTipController_private
Handle
phToolWnd
String
psToolTip_private
Functions and Procedures

AddToolTip()
AddToolTip:
Register the tooltip with the tooltip control.

Define_ToolTip_Support_Mixin()
Define_ToolTip_Support_Mixin:

DeleteToolTip()
DeleteToolTip:
Remove the registered tooltip from the ToolTip control.
Boolean
pbCenterToolTip()
Boolean
pbUseFormWindowHandle()
implemented as function so that it can be overridden in class.
Handle
phoToolTipController()
String
psToolTip()

Set(Boolean bValue)
pbCenterToolTip:

Set(Boolean bValue)

Set(Handle hoToolTip)
phoToolTipController:
Use this method to attach to a different tooltip handler object than the global
tooltip object. Pass the object handle of the tooltip handler.

Set(String sText)
psToolTip:

UpdateToolTip()
UpdateToolTip:
Register the tooltip with the tooltip control.