Construct_Object()
Set(Boolean bValue)
pbActive:
True if tooltips controled by this object are active, otherwise false.
- Integer
iVoid - Integer
hToolTip
- Boolean
pbActive()
- Boolean
bValue
Set(Boolean bValue)
pbBalloonStyle:
True if tooltips controled by this object are active, otherwise false.
- Boolean
bOldValue - Integer
dwStyle - Integer
iRet - Integer
iVoid - Integer
hToolTip
- Boolean
pbBalloonStyle()
- Boolean
bValue
Set(Boolean bValue)
pbUseAnimation:
True if tooltips controled by this object are active, otherwise false.
- Boolean
bOldValue - Integer
dwStyle - Integer
iRet - Integer
iVoid - Integer
hToolTip
- Boolean
pbUseAnimation()
- Boolean
bValue
Set(Boolean bValue)
pbUseFading:
True if tooltips controled by this object are active, otherwise false.
- Integer
dwStyle - Integer
iRet - Integer
iVoid - Integer
hToolTip - Boolean
bOldValue
- Boolean
pbUseFading()
- Boolean
bValue
Set(Boolean bValue)
pbUsePrefix:
True if tooltips controled by this object are active, otherwise false.
- Boolean
bOldValue - Integer
dwStyle - Integer
iRet - Integer
iVoid - Integer
hToolTip
- Boolean
pbUsePrefix()
- Boolean
bValue
Set(Integer iValue)
piBkColor:
Sets the background color in a ToolTip window.
- Integer
iVoid - Integer
hToolTip
- Integer
piBkColor()
- Integer
iValue - Integer
hToolTip
Set(Integer iValue)
Sets the text color in a ToolTip window.
- Integer
iVoid - Integer
hToolTip
- Boolean
piTextColor()
- Integer
iValue - Integer
hToolTip
Set(Integer iValue)
piDurationInitial:
Sets the amount of time a pointer must remain stationary within a control's bounding rectangle before the ToolTip appears.
- Integer
iVoid - Integer
hToolTip
- Integer
piDurationInitial()
- Integer
iValue - Integer
hToolTip
Set(Integer iValue)
piDurationReshow:
Sets the amount of time it takes for subsequent ToolTip windows to appear as the pointer moves from one control to another.
- Integer
iVoid - Integer
hToolTip
- Integer
piDurationReshow()
- Integer
iValue - Integer
hToolTip
Set(Integer iValue)
piDurationPopup:
Sets the amount of time a ToolTip remains visible if the pointer is stationary within a control's bounding rectangle.
- Integer
iVoid - Integer
hToolTip
- Integer
piDurationPopup()
- Integer
iValue - Integer
hToolTip
Set(Integer iValue)
piIcon:
Used to Set a standard icon in the tooltip. See also LoadIcon.
- Integer
iVoid - String
sTitle - Integer
lpsTitle - Integer
hToolTip
- Integer
piIcon()
- Integer
iIcon
Set(Integer iValue)
piMarginBottom:
Distance Between bottom border and bottom of ToolTip text, in pixels.
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
- Integer
piMarginBottom()
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
Set(Integer iValue)
piMarginLeft:
Distance Between left border and left End of ToolTip text, in pixels.
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
- Integer
piMarginLeft()
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
Set(Integer iValue)
piMarginRight:
Distance Between right border and right End of ToolTip text, in pixels.
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
- Integer
piMarginRight()
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
Set(Integer iValue)
piMarginTop:
Distance Between top border and top of ToolTip text, in pixels.
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
- Integer
piMarginTop()
- Integer
iVoid - Integer
hToolTip - Integer
lpRect - tWinRect
ARect
Set(Integer iValue)
piMaxWidth:
Sets the maximum width for a ToolTip window. If a ToolTip String exceeds the maximum width,
the control breaks the text into multiple lines.
- Integer
iVoid - Integer
hToolTip
- Integer
piMaxWidth()
- Integer
iValue - Integer
hToolTip
Set(String sTitle)
psTitle:
Used to set a tooltip title.
- Integer
iVoid - Integer
iIcon - Integer
lpsTitle - Integer
hToolTip - String
sIcon
- String
psTitle()
- String
sTitle
AddToolTip(Pointer lpToolInfo)
AddToolTip:
Send this to Add a UI Object's tooltip to the tooltip collection.
- Integer
iRet - Integer
iVoid - Integer
hToolTip
AdjustDurationProportions(Integer iInitialDuration)
AdjustDurationProportions:
Sets the piDurationInitial to the passed value then adjusts the remaining delay Time properties to their default proportions reltive to.
the passed initial duration.
- Integer
iVoid - Integer
hToolTip
CreateToolTipWindow()
CreateToolTipWindow:
Creates the Tooltip control.
- Integer
hWndToolTip - Integer
iVoid - Integer
dwStyle - String
sClassName - Integer
lpClassName - Boolean
bBalloonStyle - Boolean
bUseAnimation - Boolean
bUseFading - Boolean
bUsePrefix
DeleteToolTip(Pointer lpToolInfo)
DeleteToolTip:
Send this to remove a UI Object's tooltip from the tooltip collection.
- Integer
iRet - Integer
iVoid - Integer
hToolTip
Destroy_Object()
Destroy_Object:
Augmented to destroy the ToolTip control.
- Integer
iRet - Integer
iVoid - Integer
hToolTip - String
sLastError
LoadIcon(String sIcon)
LoadIcon:
Loads an icon from disk, or resource and sets piIcon to the icon handle of the loaded icon.
Use this to display an icon that is not one of the system icons.
- Integer
iVoid - Integer
hIcon - Integer
hToolTip - String
sTitle - Integer
lpsTitle
- Integer
ToolTipCount()
ToolTipCount
Returns the number of tooltips currently in the tooltip collection.
- Integer
iCount - Integer
hToolTip
UpdateToolTip(Pointer lpToolInfo)
UpdateToolTip:
Send this to update a UI Object's tooltip in the tooltip collection.
- Integer
iRet - Integer
iVoid - Integer
hToolTip