SET TOOLTIPCUSTOMDRAW

Set Form/Control ToolTip Custom Draw

 

 

 

   SET TOOLTIPCUSTOMDRAW    ON|OFF  --> For Default ToolTip Custom Draw is OFF

   SET TOOLTIPCUSTOMDRAW TO <lOn>

     

   ToolTipCustomDrawIsActive() --> lBoolean

 

 

   SET TOOLTIPCUSTOMDRAW FORM <FormName>

                             [ BACKCOLOR <aBackColor> ]

                             [ FORECOLOR <aForeColor> ]

                             [ ARRAYFONT <aFont> ]

                             [ BALLOON <lBalloon> ]

                             [ TITLE <cTitle> ]

                             [ ICON <xIcon> ]

 

   SET TOOLTIPCUSTOMDRAW FORM <FormName>  --> Remove tooltip custom draw of the FormName

 

 

 

   SET TOOLTIPCUSTOMDRAW CONTROL <ControlName | MenuItemName> OF <ParentName>

                                [ BACKCOLOR <aBackColor> ]

                                [ FORECOLOR <aForeColor> ]

                                [ ARRAYFONT <aFont> ]

                                [ BALLOON <lBalloon> ]

                                [ TITLE <cTitle> ]

                                [ ICON <xIcon> ]

 

   SET TOOLTIPCUSTOMDRAW CONTROL <ControlName | MenuItemName> OF <ParentName>  --> Remove tooltip custom draw of the ControlName/MenuItemName

 

 

 

Note:

 

aFont := ARRAY FONT <cFontName> SIZE <nFontSize> [ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ] --> { cFontName, nFontSize, lBold, lItalic, lUnderline, lStrikeout }

 

aFont := CREATE ARRAY FONT <cFontName> SIZE <nFontSize> [ BOLD <lBold> ] [ ITALIC <lItalic> ] [ UNDERLINE <lUnderline> ] [ STRIKEOUT <lStrikeout> ] --> { cFontName, nFontSize, lBold, lIitalic, lUnderline, lStrikeout }

 

xIcon := cIconFileName |

         TOOLTIPICON_NONE |

         TOOLTIPICON_INFO |

         TOOLTIPICON_WARNING |

         TOOLTIPICON_ERROR |

         TOOLTIPICON_INFO_LARGE |

         TOOLTIPICON_WARNING_LARGE |

         TOOLTIPICON_ERROR_LARGE

 

 

- If the Title is not specified the Icon is not displayed.

- If the Title is specified the ForeColor property does not work.

- The BackColor property not work.