Spread 8.0 Documentation
|
|
DLL
|
Support Options
|
DLL
To customize text tips
- Specify that you want to display text tips using the instructions in Displaying Text Tips.
-
Use the SS_TEXTTIPFETCH structure's fields to respond to the SSM_TEXTTIPFETCH message as follows:
- Specify custom text tips for a certain header or cell by responding to the values of the Col and Row fields.
- Specify whether text tips display text on multiple lines using the wMultiLine field.
- Specify the width of the text tip in pixels using the nWidth field.
- Provide custom text for the text tip using the szText field.
- Specify the horizontal and vertical alignment using the wAlignX and wAlignY fields.
- If you want to display a text tip with custom text for the header or task and the header or task does not have text in it, set the fShow field to 1.