Property Handle phoToolTipController
| Read Access: | Get phoToolTipController to HandleVariable |
| Write Access: | Set phoToolTipController to HandleVariable/Value |
You can set phoToolTipController to the object handle of a cToolTipController object that will be used to store and display this object's ToolTip string (as specified by the psToolTip property).
By default, this property is assigned the value of the global object handle ghoToolTipController. Normally, you would never need to set this property. When you create a Windows application in the Studio, the
If you need to use a ToolTip controller object other than the global ToolTip controller, to display the object's ToolTip, then you can set this property to explicitly reference your ToolTip controller object of choice. You would do this if you need to display an object's ToolTip in a different way than the global ToolTip controller. e.g. you may wish to display a ToolTip using the balloon window style.