Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To customize text tips

  1. Specify that you want to display text tips using the instructions in Displaying Text Tips.
  2. Use the SS_TEXTTIPFETCH structure's fields to respond to the SSM_TEXTTIPFETCH message as follows:
    1. Specify custom text tips for a certain header or cell by responding to the values of the Col and Row fields.
    2. Specify whether text tips display text on multiple lines using the wMultiLine field.
    3. Specify the width of the text tip in pixels using the nWidth field.
    4. Provide custom text for the text tip using the szText field.
    5. Specify the horizontal and vertical alignment using the wAlignX and wAlignY fields.
    6. 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.
Copyright © GrapeCity, inc. All rights reserved.